Skip to content

Instantly share code, notes, and snippets.

@indradhanush
Forked from F21/gist:08bfc2e3592bed1e931ec40b8d2ab6f5
Last active January 10, 2019 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indradhanush/85037b3f913a4004c6a35759a82d4e09 to your computer and use it in GitHub Desktop.
Save indradhanush/85037b3f913a4004c6a35759a82d4e09 to your computer and use it in GitHub Desktop.
Minikube RBAC Quick Start
minikube start --kubernetes-version=v1.11.0 --extra-config=apiserver.authorization-mode=RBAC -v 10
kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default
minikube dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment