Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Installing OpenShift on a Mac

https://www.youtube.com/watch?v=f_AqfaA-HUA



Download and Install UTM

https://mac.getutm.app


Go to https://console.redhat.com/openshift/cluster-list






Differences

>kubectl is replaced with >oc


Security Context Constraints

Cluster uses Security Context Constraints (SCC)

https://www.redhat.com/sysadmin/security-context-constraint-configuration


Add User to SCC

> oc get scc

> oc edit scc privileged

users:
  ...



References