mirror of https://github.com/k3s-io/k3s
Merge pull request #71357 from rosti/forgotten-println
kubeadm: Remove forgotten debug Printlnpull/564/head
commit
a93fe6e9ef
|
@ -284,7 +284,6 @@ func performEtcdStaticPodUpgrade(client clientset.Interface, waiter apiclient.Wa
|
|||
}
|
||||
currentEtcdVersionStr, ok := currentEtcdVersions[etcdutil.GetClientURL(cfg)]
|
||||
if !ok {
|
||||
fmt.Println(currentEtcdVersions)
|
||||
return true, errors.Wrap(err, "failed to retrieve the current etcd version")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue