Skip to content

Instantly share code, notes, and snippets.

@mancubus77
Last active August 4, 2017 04:26
Show Gist options
  • Save mancubus77/6989e990d1d29510e6c41b4b5bc0bd00 to your computer and use it in GitHub Desktop.
Save mancubus77/6989e990d1d29510e6c41b4b5bc0bd00 to your computer and use it in GitHub Desktop.
OpenShift cheat-list
# 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