Notes

>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


  • No labels