Skip to content

Commit 539bde4

Browse files
committed
OCPBUGS-15307 - reverting changes regarding BMH
1 parent 369c67f commit 539bde4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -266,19 +266,13 @@ metadata:
266266
providerID: aws:///us-east-1a/i-0fdb85790d76d0c3f
267267
----
268268

269-
.. Delete the `BareMetalHost` object by running the following command, replacing `<host_name>` with the name of the bare-metal host for the unhealthy node:
269+
.. Delete the machine of the unhealthy member:
270270
+
271271
[source,terminal]
272272
----
273-
$ oc delete bmh -n openshift-machine-api <host_name>
274-
----
275-
276-
.. Delete the machine of the unhealthy member by running the following command, replacing `<machine_name>` with the name of the control plane machine for the unhealthy node, for example `clustername-8qw5l-master-0`:
277-
+
278-
[source,terminal]
279-
----
280-
$ oc delete machine -n openshift-machine-api <machine_name>
273+
$ oc delete machine -n openshift-machine-api clustername-8qw5l-master-0 <1>
281274
----
275+
<1> Specify the name of the control plane machine for the unhealthy node.
282276

283277
.. Verify that the machine was deleted:
284278
+

0 commit comments

Comments
 (0)