Skip to content

Commit

Permalink
Update recover-control-plane.md
Browse files Browse the repository at this point in the history
 #10844 Copy node instead of move
  • Loading branch information
user81230 committed May 2, 2024
1 parent 91dea02 commit d70c59d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/recover-control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Examples of what broken means in this context:
* One or more bare metal node(s) suffer from unrecoverable hardware failure
* One or more node(s) fail during patching or upgrading
* Etcd database corruption

* Other node related failures leaving your control plane degraded or nonfunctional

__Note that you need at least one functional node to be able to recover using this method.__
Expand All @@ -16,8 +17,8 @@ __Note that you need at least one functional node to be able to recover using th

* Backup what you can
* Provision new nodes to replace the broken ones
* Move any broken etcd nodes into the "broken\_etcd" group, make sure the "etcd\_member\_name" variable is set.
* Move any broken control plane nodes into the "broken\_kube\_control\_plane" group.
* Copy any broken etcd nodes into the "broken\_etcd" group, make sure the "etcd\_member\_name" variable is set.
* Copy any broken control plane nodes into the "broken\_kube\_control\_plane" group.
* Place the surviving nodes of the control plane first in the "etcd" and "kube\_control\_plane" groups
* Add the new nodes below the surviving control plane nodes in the "etcd" and "kube\_control\_plane" groups

Expand Down

0 comments on commit d70c59d

Please sign in to comment.