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

ingress组件镜像拉取失败

bwcxyk opened this issue · comments

启用ingress
未进行科学上网时
拉取us.gcr.io/k8s-artifacts-prod/ingress-nginx/controller镜像会失败

commented

It works for me with minikube v1.17.1

$  minikube start --vm=true --registry-mirror=https://6udu7vtl.mirror.aliyuncs.com
😄  Darwin 11.2.1 上的 minikube v1.17.1
✨  自动选择 hyperkit 驱动。其他选项:virtualbox, ssh
👍  Starting control plane node minikube in cluster minikube
🔥  Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
🐳  正在 Docker 20.10.2 中准备 Kubernetes v1.20.2…
    ▪ Generating certificates and keys ...
    ▪ Booting up control plane ...
    ▪ Configuring RBAC rules ...
🔎  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass
🏄  Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default

 $  minikube addons enable ingress
🔎  Verifying ingress addon...
🌟  启动 'ingress' 插件