Merge pull request #69586 from neolit123/kubeadm-cleanup-init

kubadm: remove misleading message in `init`
pull/58/head
k8s-ci-robot 2018-10-10 06:03:24 -07:00 committed by GitHub
commit ccf6611c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ func (i *Init) Run(out io.Writer) error {
waiter := getWaiter(i, client) waiter := getWaiter(i, client)
fmt.Printf("[init] waiting for the kubelet to boot up the control plane as Static Pods from directory %q \n", kubeadmconstants.GetStaticPodDirectory()) fmt.Printf("[init] waiting for the kubelet to boot up the control plane as Static Pods from directory %q \n", kubeadmconstants.GetStaticPodDirectory())
fmt.Println("[init] this might take a minute or longer if the control plane images have to be pulled")
if err := waitForKubeletAndFunc(waiter, waiter.WaitForAPI); err != nil { if err := waitForKubeletAndFunc(waiter, waiter.WaitForAPI); err != nil {
ctx := map[string]string{ ctx := map[string]string{