Files
workshops/data/workshop
2024-10-17 12:30:54 +13:00
..
2024-10-17 11:43:43 +13:00
2024-10-17 11:43:43 +13:00
2024-10-17 12:30:54 +13:00
2024-10-17 09:20:58 +13:00

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