show node name to be more clear which node is going to be upgraded (#12399)

* show node name to be more clear which node is going to be upgraded

* also show nodename when uncordoning
This commit is contained in:
Matthias Lohr
2025-10-09 09:19:07 +02:00
committed by GitHub
parent fd7f39043b
commit 6d6633a905
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
- name: Confirm node uncordon - name: Confirm node uncordon
pause: pause:
echo: true echo: true
prompt: "Ready to uncordon node?" prompt: "Ready to uncordon node {{ kube_override_hostname | default(inventory_hostname) }}?"
when: when:
- upgrade_node_post_upgrade_confirm - upgrade_node_post_upgrade_confirm

View File

@@ -3,7 +3,7 @@
- name: Confirm node upgrade - name: Confirm node upgrade
pause: pause:
echo: true echo: true
prompt: "Ready to upgrade node? (Press Enter to continue or Ctrl+C for other options)" prompt: "Ready to upgrade node {{ kube_override_hostname | default(inventory_hostname) }}? (Press Enter to continue or Ctrl+C for other options)"
when: when:
- upgrade_node_confirm - upgrade_node_confirm