Unverified Commit 088c6a7a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 399839f4 1852072d
...@@ -208,7 +208,7 @@ func RunApply(flags *applyFlags) error { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment