kubernetes/cmd/kubeadm/app
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
..
apis Merge pull request #88124 from rosti/kubeadm-cc-upgrade-plan 2020-07-03 05:02:47 -07:00
cmd Merge pull request #93992 from prabhu43/kubeadm-kubeconfig-clustername 2020-09-03 11:13:41 -07:00
componentconfigs Remove false positive warning in kubeadm cmd 2020-08-06 12:45:55 -07:00
constants Merge pull request #93275 from xlgao-zju/check-mem 2020-09-03 08:17:40 -07:00
discovery Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
features kubeadm: allow creating a cluster with ECDSA keys 2020-02-24 11:20:07 +02:00
images Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
phases kubeadm: remove the CoreDNS check for supported image digests 2020-09-04 05:27:04 +03:00
preflight Merge pull request #93275 from xlgao-zju/check-mem 2020-09-03 08:17:40 -07:00
util Merge pull request #94385 from loopever/fix-typo 2020-09-03 03:41:55 -07:00
BUILD Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
kubeadm.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00