Skip to content
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

Addons dashboard can not pull image #51

Open
DwGoing opened this issue May 19, 2021 · 2 comments
Open

Addons dashboard can not pull image #51

DwGoing opened this issue May 19, 2021 · 2 comments

Comments

@DwGoing
Copy link

DwGoing commented May 19, 2021

Fail to pull image when enable addons dashboard

@dinever
Copy link

dinever commented May 22, 2021

+1

There seems to be an issue pulling the dashboard image.

See kubernetes#11476

@tulayang
Copy link

tulayang commented Jun 3, 2021

Me too. I found that it was caused by using the official minikube binary. Replace the existing minikube binary file:

$ curl -Lo minikube https://kubernetes.oss-cn-hangzhou.aliyuncs.com/minikube/releases/v1.18.1/minikube-linux-amd64 && chmod +x minikube 

Then, rerun the following command to solve this problem:

$ minikube addons enable dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants