You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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


  • No labels