-
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
Make it possible to install addons from alternate image repositories #8298
Comments
There is technically an The other issue here is that there is no way to specify the image repository after minikube has started up. |
--image-repository
support to minikube addons
command
--image-repository
support to minikube addons
command
THX for pointing out the --image-repository flag. |
@jgoeres if you are using a private registery that needs creds, you would need to add that as a kuberentes secret so kuberentes can talk to it. does this docs on using private registery help ? or this example in aws https://minikube.sigs.k8s.io/docs/tutorials/configuring_creds_for_aws_ecr/ |
+1 I run my Minikube 1.11.0 on an offline machine. I was able to pull control-plane images from my private Docker registry with the A dirty workaround would be to Is there a better solution at the moment ? Thanks |
I would accept any PR that makes this possible |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm creating a PR for that |
I was just trying to start my minikube (after it again became unresponsive to kubectl for some reason, which I finally reported as #8300) when I noticed that the ingress-controller add on was in ImagePullBackOff:
This problem was already reported here as well #8153
In general I think it should be possible for any addon that pulls images to specify an alternative image (not so much to use an alternative implementation, but to have backup registry) and an image pull secret. This seems currently not possible, at least for the ingress addon, I tried the addon configure command:
Is there any way how this can be done?
That would allow people that use minikube in their internal process to host such images on internal registries, to not have a dependency on external systems.
The text was updated successfully, but these errors were encountered: