Last active
August 4, 2017 04:26
-
-
Save mancubus77/6989e990d1d29510e6c41b4b5bc0bd00 to your computer and use it in GitHub Desktop.
OpenShift cheat-list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# enable admin access to clusdter | |
oadm policy add-cluster-role-to-user cluster-admin admin --config=/etc/origin/master/admin.kubeconfig | |
# give rights to container | |
oadm policy add-scc-to-user anyuid -z default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment