-
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
Error pulling the coredns image from a custom repository #20037
Comments
put it in remote-docker.artifactory.REDACTED/coredns:v1.11.1 it's something the coredns maintainers decided to do and kubeadm people decided to be backwards compat.
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/#custom-images default registry: uses coredns subpath |
@neolit123 this discrepancy is a bug from my PoV. In a sandboxed environment where only access to an Artifactory virtual repo (mirror of some upstream like I'm happy to open an issue for |
i'm not a fan but it cannot be changed anymore. your fix is to:
|
Hey @neolit123, is there way how to pass that custom kubeadm config? The
|
that's a Q for the minikube maintainers. |
What Happened?
This is a reopening of
which was closed incorrectly.
Using a custom repository, e.g.
leads to an image pull error. Minikube requests
coredns:v1.11.1
when it should be pullingcoredns/coredns:v1.11.1
instead.Attach the log file
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: