Skip to content

Commit f8c1911

Browse files
authored
Merge pull request #89167 from lahinson/osdocs-10274-etcd-create-machine
[OSDOCS-10274]: Add note to etcd docs
2 parents 845097b + 2d2d27c commit f8c1911

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ $ oc delete secret -n openshift-etcd etcd-serving-ip-10-0-131-183.ec2.internal
190190
$ oc delete secret -n openshift-etcd etcd-serving-metrics-ip-10-0-131-183.ec2.internal
191191
----
192192

193-
. Delete and re-create the control plane machine. After this machine is re-created, a new revision is forced and etcd scales up automatically. See "Replacing an unhealthy etcd member whose machine is not running or whose node is not ready" for more information.
193+
. Delete and re-create the control plane machine. After this machine is re-created, a new revision is forced and etcd scales up automatically. For more information, see "Replacing an unhealthy etcd member whose machine is not running or whose node is not ready".
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)