-
- Downloads
change coredns image name to `coredns/coredns` and prefix `v` to tag (#7570)
follow new naming conventions for gcr's coredns image. starting from 1.21 kubeadm assumes it to be `coredns/coredns`: this causes the kubeadm deployment being unable to pull image, beacuse `v` was also added in image tag, until the role `kubernetes-apps` ovverides it with the old name, which is only compatible with <=1.7. Backward comptability with kubeadm <=1.20 is mantained checking kubernetes version and falling back to old names (`coredns:1.xx`) when the version is less than 1.21
Showing
- roles/download/defaults/main.yml 5 additions, 3 deletionsroles/download/defaults/main.yml
- roles/download/templates/kubeadm-images.yaml.j2 1 addition, 1 deletionroles/download/templates/kubeadm-images.yaml.j2
- roles/kubernetes/control-plane/templates/kubeadm-config.v1beta2.yaml.j2 1 addition, 1 deletion...es/control-plane/templates/kubeadm-config.v1beta2.yaml.j2
Loading
Please register or sign in to comment