mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 06:28:56 +00:00
Automatic merge from submit-queue Implemented file and HTTPS based discovery for kubeadm **What this PR does / why we need it**: This PR implements both file and HTTPS based discovery for `kubeadm`. **Which issue this PR fixes**: fixes https://github.com/kubernetes/kubeadm/issues/93 fixes https://github.com/kubernetes/kubeadm/issues/94 **Special notes for your reviewer**: I'd like to add some tests but 'm sure `kubeconfig` loading is already covered by other tests in `clientcmd` package. /cc @luxas @pipejakob