-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run Dashboard on Minikube with RBAC #2797
Comments
I think that Dashboard deploy was not successful as error says that container is using |
I saw that. Anything I can check to see why that would be happening? I can repeat this at will. |
Upgraded to minikube v0.25.0, and this is now working for me even in RBAC mode. |
Hi all,
|
@gokhandincer solved this by using this: From this link: https://gist.github.com/F21/08bfc2e3592bed1e931ec40b8d2ab6f5 |
Environment
Steps to reproduce
Observed result
Dashboard pod fails to deploy successfully.
Pod logs (via kubectl logs kubernetes-dashboard-7rb4g --namespace=kube-system)
Expected result
Pods should deploy successfully.
Comments
Works successfully without RBAC (launching minikube with just 'minikube start').
Apologies if I've bungled anything. Working on learning K8s.
The text was updated successfully, but these errors were encountered: