mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-24 22:37:59 +03:00
Make cordon/uncordon confirmation prompts consistent (#13313)
Mention cordon explicitly in the pre-upgrade prompt and add the node name plus the same continue/cancel hint to the uncordon prompt so both prompts share consistent wording.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- name: Confirm node uncordon
|
||||
pause:
|
||||
echo: true
|
||||
prompt: "Ready to uncordon node {{ kube_override_hostname | default(inventory_hostname) }}?"
|
||||
prompt: "Ready to uncordon node {{ kube_override_hostname | default(inventory_hostname) }}? (Press Enter to continue or Ctrl+C for other options)"
|
||||
when:
|
||||
- upgrade_node_post_upgrade_confirm
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
- name: Confirm node upgrade
|
||||
pause:
|
||||
echo: true
|
||||
prompt: "Ready to upgrade node {{ kube_override_hostname | default(inventory_hostname) }}? (Press Enter to continue or Ctrl+C for other options)"
|
||||
prompt: "Ready to cordon and upgrade node {{ kube_override_hostname | default(inventory_hostname) }}? (Press Enter to continue or Ctrl+C for other options)"
|
||||
when:
|
||||
- upgrade_node_confirm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user