kubernetes/cmd/kubeadm/app/phases
Rostislav M. Georgiev 19d2bbbc98 kubeadm: Don't match DNS versions to K8s versions
Some code in kubeadm was designed with the intent, that in the future CoreDNS
and kube-dns versions will match to specific K8s versions. This code is not
functional, since it does not perform any version matching. As of this moment,
no version matching is planned and a lot of boilerplate code is left useless.
The solution is simple - remove the unneeded parts to simplify the flow.

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-06-06 12:12:50 +03:00
..
addons kubeadm: Don't match DNS versions to K8s versions 2018-06-06 12:12:50 +03:00
bootstraptoken Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00
certs Merge pull request #64670 from stealthybox/feature/kubeadm_882-etcd-zero-probe 2018-06-05 23:22:48 -07:00
controlplane Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00
etcd kubeadm: Refactor the .Etcd substruct in the v1alpha2 API 2018-05-23 21:13:32 +03:00
kubeconfig Update unit tests to use the new NodeRegistration object 2018-05-29 17:52:10 +03:00
kubelet Merge pull request #64792 from luxas/patch_node_crisocket 2018-06-06 01:24:17 -07:00
markmaster Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00
patchnode autogenerated 2018-06-06 01:31:20 +03:00
selfhosting Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00
upgrade kubeadm: Don't match DNS versions to K8s versions 2018-06-06 12:12:50 +03:00
uploadconfig Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00