mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Update upgrade message
Fixes: https://github.com/kubernetes/kubeadm/issues/672
This commit is contained in:
parent
1ee2ac07c1
commit
1852072d84
@ -208,7 +208,7 @@ func RunApply(flags *applyFlags) error {
|
|||||||
glog.Infoln("")
|
glog.Infoln("")
|
||||||
glog.Infof("[upgrade/successful] SUCCESS! Your cluster was upgraded to %q. Enjoy!\n", flags.newK8sVersionStr)
|
glog.Infof("[upgrade/successful] SUCCESS! Your cluster was upgraded to %q. Enjoy!\n", flags.newK8sVersionStr)
|
||||||
glog.Infoln("")
|
glog.Infoln("")
|
||||||
glog.Infoln("[upgrade/kubelet] Now that your control plane is upgraded, please proceed with upgrading your kubelets in turn.")
|
glog.Infoln("[upgrade/kubelet] Now that your control plane is upgraded, please proceed with upgrading your kubelets if you haven't already done so.")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user