We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
oadm policy add-scc-to-user anyuid system:serviceaccount:myproject:default oadm policy add-scc-to-group anyuid system:serviceaccount:myproject:default
oadm policy add-scc-to-user anyuid system:serviceaccount:myproject:default
oadm policy add-scc-to-group anyuid system:serviceaccount:myproject:default
possibly with this oc cli tools command oc login -u system:admin -n default, then following adjusted for cli oc adm policy add-scc-to-user anyuid -z default -n projectname
oc login -u system:admin -n default
oc adm policy add-scc-to-user anyuid -z default -n projectname