Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a00b0c48
Unverified
Commit
a00b0c48
authored
10 months ago
by
user81230
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update recover-control-plane.md (#11155)
#10844 Copy node instead of move
parent
8a1ee990
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/recover-control-plane.md
+3
-2
3 additions, 2 deletions
docs/recover-control-plane.md
with
3 additions
and
2 deletions
docs/recover-control-plane.md
+
3
−
2
View file @
a00b0c48
...
...
@@ -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.__
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment