mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #62815 from timothysc/upgrade_message
Automatic merge from submit-queue (batch tested with PRs 62781, 62815). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update kubeadm upgrade message **What this PR does / why we need it**: Updates kubeadm upgrade message per user request **Which issue(s) this PR fixes**: Fixes https://github.com/kubernetes/kubeadm/issues/672 **Special notes for your reviewer**: none **Release note**: ``` NONE ``` /cc @kubernetes/sig-cluster-lifecycle-pr-reviews @kargakis
This commit is contained in:
commit
088c6a7ac1
@ -208,7 +208,7 @@ func RunApply(flags *applyFlags) error {
|
||||
glog.Infoln("")
|
||||
glog.Infof("[upgrade/successful] SUCCESS! Your cluster was upgraded to %q. Enjoy!\n", flags.newK8sVersionStr)
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user