View on GitHub

ocp4-docs

Documentation for CentOS CI Infra initiative - OpenShift 4.4 deployment on Baremetal

Adding Privileged SCC to Service Accounts

This SOP should be used in the following scenario:

Steps

  1. Add the prvileged security context constraint to the service account in the tenants namespace like so:
oc adm policy add-scc-to-user privileged -n namespace -z myserviceaccount

Resources