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:
Matthias Lohr
2026-06-24 13:38:21 +02:00
committed by GitHub
parent 60929432f5
commit 925f60247a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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