Skip to content

Commit b05c996

Browse files
authored
Merge pull request #48303 from jeana-redhat/OSDOCS-3865-update-cas-delete-annotation
[OSDOCS-3865]: Update autoscaler delete annotation
2 parents ac2834f + be1790e commit b05c996

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/bmo-editing-the-hostfirmwaresettings-resource.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Where `<host_name>` is the name of the host. The machine name appears under the
5858
+
5959
[source,terminal]
6060
----
61-
$ oc annotate machine <machine_name> machine.openshift.io/cluster-api-delete-machine=yes -n openshift-machine-api
61+
$ oc annotate machine <machine_name> machine.openshift.io/delete-machine=true -n openshift-machine-api
6262
----
6363
+
6464
Where `<machine_name>` is the name of the machine to delete.

modules/machineset-delete-policy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
replicas: <desired_replica_count>
1616
----
1717

18-
Specific machines can also be prioritized for deletion by adding the annotation `machine.openshift.io/cluster-api-delete-machine=true` to the machine of interest, regardless of the deletion policy.
18+
Specific machines can also be prioritized for deletion by adding the annotation `machine.openshift.io/delete-machine=true` to the machine of interest, regardless of the deletion policy.
1919

2020
[IMPORTANT]
2121
====

modules/machineset-manually-scaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ oc get machine -n openshift-machine-api
3939
+
4040
[source,terminal]
4141
----
42-
$ oc annotate machine/<machine_name> -n openshift-machine-api machine.openshift.io/cluster-api-delete-machine="true"
42+
$ oc annotate machine/<machine_name> -n openshift-machine-api machine.openshift.io/delete-machine="true"
4343
----
4444

4545
. Cordon and drain the node that you want to delete:

0 commit comments

Comments
 (0)