-
Notifications
You must be signed in to change notification settings - Fork 5k
minikube dashboard service not found #503
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
Comments
Which version of minikube are you using? Could you attach the contents of /etc/kubernetes/addons/dashboard-rc.yaml from inside the minikube VM? |
@dlorenc This file should be kept in sync with cluster/addons/dashboard/dashboard-controller.yaml
|
I try to edit |
@wangweihong this was fixed in v0.8.0 by #429 I'm going to close this but feel free to reopen if you experience the same problem on v0.8.0 Thanks! |
When I use
minikube dashborad
command, I gotI find the reason is the pod
kube-addon-manager-minikubevm
andkubernetes-dashboard-*
which namespace arekube-system
wait inImangePullBackOff
state.These pods try to pull image from "gcr.io" and fail for GFW.
I login to
minikubevm
and pull these images from my private registry, and retag them.docker@minikubeVM:~$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
gcr.io/google_containers/kubernetes-dashboard-amd64 v1.1.0 d023c050c065 4 weeks ago 58.65 MB
gcr.io/google-containers/kube-addon-manager-amd64 v2 a876fb07f9c2 12 weeks ago 231.1 MB
gcr.io/google_containers/pause-amd64 3.0 99e59f495ffa 3 months ago 746.9 kB
Pod
kube-addon-manager-minikubevm
work well, however, podkubernetes-dashboard-*
always try to pullgcr.io/google_containers/kubernetes-dashboard-amd64:v1.1.0
:The text was updated successfully, but these errors were encountered: