-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 enable dashboard on k8s v1.14.0 (addon-manager misbehaving?) #3972
Milestone
Comments
What version of minikube is this? This should work from HEAD, but v1.14 support isn't complete in any of the releases. |
I can confirm the behavior at head.
It appears that the dashboard pod isn't even being scheduled. I checked the logs for the addon manager and saw:
|
tstromberg
changed the title
Unable to enable dashboard on k8s v1.14.0
Unable to enable dashboard on k8s v1.14.0 (addon-manager misbehaving?)
Mar 26, 2019
Had the same issue, PR fixed it for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current master seems to be unable to enable the dashboard addon with kubernetes v1.14.0.
Reproduce steps:
minikube start --vm-driver=kvm2 --kubernetes-version v1.14.0
minimube dashboard --v=7
Minikube logs
minikube.log
Versions
Notes
Problem has been confirmed with the same result by afbjorklund in minikube's slack channel.
The text was updated successfully, but these errors were encountered: