Skip to content

Commit 962b69b

Browse files
authored
Merge pull request #89245 from lahinson/osdocs-10274-cp-4.16
[enterprise-4.16][OSDOCS-10274]: Add note to etcd docs
2 parents f2c720a + 35df585 commit 962b69b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ $ oc delete secret -n openshift-etcd etcd-serving-metrics-ip-10-0-131-183.ec2.in
192192

193193
. Delete and re-create the control plane machine. After this machine is re-created, a new revision is forced and etcd scales up automatically.
194194
+
195-
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.
195+
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 by using the same method that was used to originally create it.
196196

197197
.. Obtain the machine for the unhealthy member.
198198
+
@@ -247,6 +247,11 @@ clustername-8qw5l-worker-us-east-1c-pkg26 Running m4.large us-east-1
247247
<1> The new machine, `clustername-8qw5l-master-3` is being created and is ready once the phase changes from `Provisioning` to `Running`.
248248
+
249249
It might take a few minutes for the new machine to be created. The etcd cluster Operator will automatically sync when the machine or node returns to a healthy state.
250+
+
251+
[NOTE]
252+
====
253+
Verify the subnet IDs that you are using for your machine sets to ensure that they end up in the correct availability zone.
254+
====
250255

251256
. Turn the quorum guard back on by entering the following command:
252257
+

0 commit comments

Comments
 (0)