mirror of https://github.com/k3s-io/k3s
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.pull/58/head
parent
137193faaf
commit
28c936ea7f
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue