We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fail to pull image when enable addons dashboard
The text was updated successfully, but these errors were encountered:
+1
There seems to be an issue pulling the dashboard image.
See kubernetes#11476
Sorry, something went wrong.
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
No branches or pull requests
Fail to pull image when enable addons dashboard
The text was updated successfully, but these errors were encountered: