kubernetes/cmd/kubeadm
Lubomir I. Ivanov 4bb75a462f kubeadm: remove the CoreDNS check for supported image digests
The isCoreDNSVersionSupported() check assumes that
there is a running kubelet, that manages the CoreDNS containers.

If the containers are being created it is not possible to fetch
their image digest. To workaround that, a poll can be used in
isCoreDNSVersionSupported() and wait for the CoreDNS Pods
are expected to be running. Depending on timing and CNI
yet to be installed this can cause problems related to
addon idempotency of "kubeadm init", because if the CoreDNS
Pods are waiting for another step they will never get running.

Remove the function isCoreDNSVersionSupported() and assume that
the version is always supported. Rely on the Corefile migration
library to error out if it must.
2020-09-04 05:27:04 +03:00
..
app kubeadm: remove the CoreDNS check for supported image digests 2020-09-04 05:27:04 +03:00
test Allow to configure clustername in creation of kubeconfig using kubeadm command 2020-08-20 22:59:23 +05:30
.import-restrictions prune .import-restrictions 2020-04-28 08:41:36 -07:00
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
kubeadm.go alias kubeadmutil for k8s.io/kubernetes/cmd/kubeadm/app/util 2019-12-27 17:57:04 +08:00
OWNERS kubeadm: update OWNERS for 1.16 2019-09-25 18:07:38 +03:00