Skip to content

Commit a0d4363

Browse files
committed
OCPBUGS-19883: Move reboot warning in "Replacing an unhealthy etcd member"
1 parent 05e35a5 commit a0d4363

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

modules/restore-replace-stopped-etcd-member.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ sh-4.2# etcdctl member list -w table
114114
----
115115
+
116116
You can now exit the node shell.
117-
+
118-
[IMPORTANT]
119-
====
120-
After you remove the member, the cluster might be unreachable for a short time while the remaining etcd instances reboot.
121-
====
122117

123118
. Turn off the quorum guard by entering the following command:
124119
+
@@ -128,6 +123,16 @@ $ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides":
128123
----
129124
+
130125
This command ensures that you can successfully re-create secrets and roll out the static pods.
126+
+
127+
[IMPORTANT]
128+
====
129+
After you turn off the quorum guard, the cluster might be unreachable for a short time while the remaining etcd instances reboot to reflect the configuration change.
130+
====
131+
+
132+
[NOTE]
133+
====
134+
etcd cannot tolerate any additional member failure when running with two members. Restarting either remaining member breaks the quorum and causes downtime in your cluster. The quorum guard protects etcd from restarts due to configuration changes that could cause downtime, so it must be disabled to complete this procedure.
135+
====
131136

132137
. Delete the affected node by running the following command:
133138
+

0 commit comments

Comments
 (0)