mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
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:
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
Block a user