1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OCPBUGS-15307 - reverting changes regarding BMH

This commit is contained in:
Ronan Hennessy
2023-07-10 11:55:47 +01:00
committed by openshift-cherrypick-robot
parent 0ce50d688b
commit 091d91b512

View File

@@ -266,19 +266,13 @@ metadata:
providerID: aws:///us-east-1a/i-0fdb85790d76d0c3f
----
.. Delete the `BareMetalHost` object by running the following command, replacing `<host_name>` with the name of the bare-metal host for the unhealthy node:
.. Delete the machine of the unhealthy member:
+
[source,terminal]
----
$ oc delete bmh -n openshift-machine-api <host_name>
----
.. 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`:
+
[source,terminal]
----
$ oc delete machine -n openshift-machine-api <machine_name>
$ oc delete machine -n openshift-machine-api clustername-8qw5l-master-0 <1>
----
<1> Specify the name of the control plane machine for the unhealthy node.
.. Verify that the machine was deleted:
+