Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pondkrub/4d8bfa063adc5aedda2e64a27c30bef2 to your computer and use it in GitHub Desktop.
Save pondkrub/4d8bfa063adc5aedda2e64a27c30bef2 to your computer and use it in GitHub Desktop.
Minikube RBAC Quick Start
minikube start --kubernetes-version=v1.7.0 --extra-config=apiserver.authorization-mode=RBAC
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