remote-lab.net learn by doing

Configuring users with admin role in OpenShift

This is a quick post documenting the commands required for setting up Openshift users with the admin role:

## Admin within a project
oc adm policy add-role-to-user admin $user -n $project
## Cluster wide admin
oc adm policy add-cluster-role-to-user cluster-admin $user
comments powered by Disqus