725 B
725 B
Openshift security hackathon
This document captures the steps required to set up an instance of the workshop.
Log in to cluster
oc login --web https://api.cluster-wc9vg.wc9vg.sandbox1332.opentlc.com:6443
Update cluster logo
oc create configmap console-custom-logo --from-file=/home/james/Downloads/logo.png -n openshift-config
cat << EOF | oc apply --filename -
apiVersion: operator.openshift.io/v1
kind: Console
metadata:
name: cluster
spec:
customization:
customLogoFile:
key: logo.png
name: console-custom-logo
customProductName: ACME Financial Services OpenShift Console
EOF