You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you remove the `BareMetalHost` and `Machine` objects, then the `Machine` controller automatically deletes the `Node` object.
340
+
+
326
341
If deletion of the machine is delayed for any reason or the command is obstructed and delayed, you can force deletion by removing the machine object finalizer field.
327
342
+
328
343
[IMPORTANT]
329
344
====
330
345
Do not interrupt machine deletion by pressing `Ctrl+c`. You must allow the command to proceed to completion. Open a new terminal window to edit and delete the finalizer fields.
331
346
====
332
347
+
348
+
.. Edit the machine configuration by running the following command:
Copy file name to clipboardExpand all lines: modules/restore-replace-stopped-etcd-member.adoc
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,13 +266,19 @@ metadata:
266
266
providerID: aws:///us-east-1a/i-0fdb85790d76d0c3f
267
267
----
268
268
269
-
.. Delete the machine of the unhealthy member:
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:
.. 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`:
0 commit comments