kubernetes/cmd/kubeadm/app
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
..
apis/kubeadm Fix kubeadm for v1alpha1 configs 2018-06-05 09:55:46 -04:00
cmd Merge pull request #64792 from luxas/patch_node_crisocket 2018-06-06 01:24:17 -07:00
constants kubeadm: Don't match DNS versions to K8s versions 2018-06-06 12:12:50 +03:00
discovery autogenerated 2018-05-31 22:21:06 +03:00
features remove v190 from kubeadm in v1.11 cycle 2018-05-17 20:32:24 +08:00
images kubeadm: Don't match DNS versions to K8s versions 2018-06-06 12:12:50 +03:00
phases kubeadm: Don't match DNS versions to K8s versions 2018-06-06 12:12:50 +03:00
preflight Merge pull request #64618 from chuckha/loggin 2018-06-04 16:56:18 -07:00
util Merge pull request #64670 from stealthybox/feature/kubeadm_882-etcd-zero-probe 2018-06-05 23:22:48 -07:00
BUILD autogenerated 2018-06-06 01:31:20 +03:00
kubeadm.go Replace glog.Info{f,ln} with fmt.Print{f,ln} 2018-06-04 10:34:31 -04:00