[DevOps] – OpenShift – How to give permission to a user to get access to the system admin projects?

The following is the command line to do it via the Open Shift client tool ( oc ) after you are connected as system:admin`. Check: How to login as system admin?

$ oadm policy add-cluster-role-to-user cluster-admin <user>

Leave a comment