AliyunContainerService / minikube

普大喜奔,官方Minikube提供了完整对国内用户支持,完美支持Addon组件。 建议参考 https://yq.aliyun.com/articles/221687 或 https://github.com/AliyunContainerService/minikube/wiki 最新支持minikube v1.24.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addons dashboard can not pull image

DwGoing opened this issue · comments

Fail to pull image when enable addons dashboard

+1

There seems to be an issue pulling the dashboard image.

See kubernetes#11476

commented

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