-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Include registry mirror if specified in addon template yamls #10012
Comments
Hey @denverdino thank you for opening this issue, it looks like a bug. We should be handling registry mirror if specified in the addon yamls. We would do this by adding minikube/pkg/minikube/assets/addons.go Line 486 in 92511de
And then adding If anyone is interested in fixing this issue, please feel free to take it on by commenting /assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
Steps to reproduce the issue:
Create minikube with
$ minikube start --vm=true --image-mirror-country=cn --registry-mirror=https://6udu7vtl.mirror.aliyuncs.com
$ minikube addons enable ingress
🔎 Verifying ingress addon...
❌ Exiting due to MK_ENABLE: run callbacks: running callbacks: [waiting for app.kubernetes.io/name=ingress-nginx pods: timed out waiting for the condition]
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The reason is in https://github.com/kubernetes/minikube/blob/master/deploy/addons/ingress/ingress-dp.yaml.tmpl
Some image from Docker Hub is also using the mirror repo
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:Current logic for handle Docker Hub image seems incorrect and not leveraging --registry-mirror
Thanks a lot
The text was updated successfully, but these errors were encountered: