From 28c936ea7fc570b6d764ef2ededf270874f05ed4 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Tue, 9 Oct 2018 22:25:08 +0300 Subject: [PATCH] kubadm: remove misleading message in `init` The message right before the kubelet boots up the control plane is misleading because the image pulling is now part of preflight. Remove the message. --- cmd/kubeadm/app/cmd/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/init.go b/cmd/kubeadm/app/cmd/init.go index a7266f2172..215fde83b4 100644 --- a/cmd/kubeadm/app/cmd/init.go +++ b/cmd/kubeadm/app/cmd/init.go @@ -382,7 +382,6 @@ func (i *Init) Run(out io.Writer) error { 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.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 { ctx := map[string]string{