Update upgrade message

Fixes: https://github.com/kubernetes/kubeadm/issues/672
pull/8/head
Timothy St. Clair 2018-04-18 16:55:25 -05:00
parent 1ee2ac07c1
commit 1852072d84
1 changed files with 1 additions and 1 deletions

View File

@ -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
}