mirror of https://github.com/k3s-io/k3s
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