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.
This commit is contained in:
Lubomir I. Ivanov 2018-10-09 22:25:08 +03:00
parent 137193faaf
commit 28c936ea7f

View File

@ -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{