Forked from F21/gist:08bfc2e3592bed1e931ec40b8d2ab6f5
Last active
November 2, 2020 01:49
-
-
Save dfang/03cc54de6821834017c1a988d0e0d72f to your computer and use it in GitHub Desktop.
Minikube RBAC Quick Start
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
minikube start --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
this fix
secrets is forbidden: User "system:serviceaccount:kube-system:default" cannot create secrets in the namespace "kube-system"
on minikube version: v0.30.0 when running "minikube dashboard"