-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50949, 52155, 52175, 52112, 52188) kubeadm: Perform TLS Bootstrapping in kubeadm join for v1.7 kubelets **What this PR does / why we need it**: Partially reverts https://github.com/kubernetes/kubernetes/commit/9dc3a661d71c18e33ac93a6125bb187fa83b8853 Performs the TLS Bootstrap if `kubeadm join` v1.8 is executed on a node with a kubelet v1.7. Since the kubelet arguments for v1.7 (from the kubeadm dropin) expects a TLS bootstrapped kubeconfig, we still have to provide this functionality in kubeadm CLI v1.8 (as we support one minor version down) **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # fixes: https://github.com/kubernetes/kubeadm/issues/429 **Special notes for your reviewer**: This is a required bug fix for v1.8 **Release note**: ```release-note NONE ``` @kubernetes/sig-cluster-lifecycle-pr-reviews
46c7ec20