diff --git a/modules/restore-replace-stopped-etcd-member.adoc b/modules/restore-replace-stopped-etcd-member.adoc index 929adbb8e2..63c159eb74 100644 --- a/modules/restore-replace-stopped-etcd-member.adoc +++ b/modules/restore-replace-stopped-etcd-member.adoc @@ -266,19 +266,13 @@ metadata: providerID: aws:///us-east-1a/i-0fdb85790d76d0c3f ---- -.. Delete the `BareMetalHost` object by running the following command, replacing `` 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 ----- - -.. Delete the machine of the unhealthy member by running the following command, replacing `` 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 +$ 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: +