kubespray/roles/recover_control_plane
Yuhao Zhang 0e971a37aa
Offline control plane recover (#10660)
* ignore_unreachable for etcd dir cleanup

ignore_errors ignores errors occur within "file" module. However, when
the target node is offline, the playbook will still fail at this task
with node "unreachable" state. Setting "ignore_unreachable: true" allows
the playbook to bypass offline nodes and move on to proceed recovery
tasks on remaining online nodes.

* Re-arrange control plane recovery runbook steps

* Remove suggestion to manually update IP addresses

The suggestion was added in 48a182844c 4
years ago. But a new task added 2 years ago, in
ee0f1e9d58, automatically update API
server arg with updated etcd node ip addresses. This suggestion is no
longer needed.
2024-01-22 17:22:27 +01:00
..
control-plane Upgrade ansible (#10190) 2023-06-26 03:15:45 -07:00
etcd/tasks Offline control plane recover (#10660) 2024-01-22 17:22:27 +01:00
post-recover/tasks project: fix var-spacing ansible rule (#10266) 2023-07-04 20:36:54 -07:00
OWNERS Add OWNERS file for recover_control_plane (#5505) 2020-03-16 03:46:35 -07:00