mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-29 21:01:02 +00:00
Automatic merge from submit-queue (batch tested with PRs 65164, 65258). 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>. Add output to give user awareness of how long timeouts are expected to be **What this PR does / why we need it**: Add output to give user awareness of how long manifest upgrade timeout is expected to be. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: ref [kubernetes/kubeadm/#914](https://github.com/kubernetes/kubeadm/issues/914) **Special notes for your reviewer**: **Release note**: ```release-note kubeadm: notify the user of manifest upgrade timeouts ```