c12s-kubespray/roles/kubernetes
MRoci a0ee569091
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
2021-04-30 07:43:58 -07:00
..
client Fix warning of mkdir usage (#6951) 2020-12-09 07:14:51 -08:00
control-plane change coredns image name to coredns/coredns and prefix v to tag (#7570) 2021-04-30 07:43:58 -07:00
kubeadm Rename ansible groups to use _ instead of - (#7552) 2021-04-29 05:20:50 -07:00
node Rename ansible groups to use _ instead of - (#7552) 2021-04-29 05:20:50 -07:00
node-label/tasks Replace kube-master with kube_control_plane (#7256) 2021-03-23 17:26:05 -07:00
preinstall Rename ansible groups to use _ instead of - (#7552) 2021-04-29 05:20:50 -07:00
tokens Rename ansible groups to use _ instead of - (#7552) 2021-04-29 05:20:50 -07:00