-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Change constants CoreDNSImageName #101300
Comments
@thdrnsdk: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig cluster-lifecycle |
|
/area dns |
The image depth only changes when using coredns images. k8s.gcr.io/kube-apiserver:v1.21.0 |
/cc @rajansandeep |
@thdrnsdk |
This is not really up to Kubeadm. Please refert to kubernetes-sigs/cluster-api#4463 (comment) for a detailed analysis of available images for CoreDNS; Also, please note that changes to the image name have side effects in other systems as well, so, if possible, I suggest to avoid changing this again... |
+1 to what @fabriziopandini said. In all honesty, more things will go to the format that coredns is following over time. So we better get used to it. |
the depth cannot be changed and you must adapt your local registry. cc @chrisohaver @rajansandeep /close |
@neolit123: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
When installing using kubeadm, only the image of coredns has a different depth.
This is very inconvenient when installing using a private registry.
What you expected to happen:
$ kubeadm config images list
k8s.gcr.io/coredns/coredns:v1.8.0
change to
k8s.gcr.io/coredns:v1.8.0
How to reproduce it (as minimally and precisely as possible):
replace constants in
kubernetes/cmd/kubeadm/app/constants/constants.go
Line 331 in 6a7572e
Anything else we need to know?:
need to push again to the gcr repository .
The text was updated successfully, but these errors were encountered: