mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 00:37:42 -02:30
Documentation and playbook for recovering control plane from node failure (#4146)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9335cdcebc
commit
48a182844c
7
roles/recover_control_plane/etcd/tasks/main.yml
Normal file
7
roles/recover_control_plane/etcd/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- include_tasks: prepare.yml
|
||||
|
||||
- include_tasks: recover_lost_quorum.yml
|
||||
when:
|
||||
- has_etcdctl
|
||||
- not etcd_cluster_is_healthy
|
||||
Reference in New Issue
Block a user