Skip to content

Commit 437bdc6

Browse files
Merge pull request #69162 from lahinson/ocpbugs-17076-unhealthy-etcd-member
2 parents c909b01 + 35e7810 commit 437bdc6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ $ oc patch etcd/cluster --type=merge -p '{"spec": {"unsupportedConfigOverrides":
129129
+
130130
This command ensures that you can successfully re-create secrets and roll out the static pods.
131131

132+
. Delete the affected node by running the following command:
133+
+
134+
[source,terminal]
135+
----
136+
$ oc delete node <node_name>
137+
----
138+
132139
. Remove the old secrets for the unhealthy etcd member that was removed.
133140

134141
.. List the secrets for the unhealthy etcd member that was removed.
@@ -172,7 +179,7 @@ $ oc delete secret -n openshift-etcd etcd-serving-ip-10-0-131-183.ec2.internal
172179
$ oc delete secret -n openshift-etcd etcd-serving-metrics-ip-10-0-131-183.ec2.internal
173180
----
174181

175-
. Delete and recreate the control plane machine. After this machine is recreated, a new revision is forced and etcd scales up automatically.
182+
. Delete and re-create the control plane machine. After this machine is re-created, a new revision is forced and etcd scales up automatically.
176183
+
177184
If you are running installer-provisioned infrastructure, or you used the Machine API to create your machines, follow these steps. Otherwise, you must create the new master using the same method that was used to originally create it.
178185

0 commit comments

Comments
 (0)