Skip to content

Commit b22f1da

Browse files
authored
Merge pull request #53622 from kelbrown20/BZ2115250-remove-duplicate
BZ2115250: Removing duplicate in procedure
2 parents 9adeae7 + 459a72f commit b22f1da

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

modules/nodes-scheduler-node-selectors-cluster.adoc

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -127,29 +127,6 @@ $ oc scale --replicas=0 MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshi
127127
$ oc scale --replicas=1 MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshift-machine-api
128128
----
129129

130-
.. Verify that the labels are added to the `MachineSet` object by using the `oc edit` command:
131-
+
132-
For example:
133-
+
134-
[source,terminal]
135-
----
136-
$ oc edit MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshift-machine-api
137-
----
138-
139-
.. Redeploy the nodes associated with that compute machine set by scaling down to `0` and scaling up the nodes:
140-
+
141-
For example:
142-
+
143-
[source,terminal]
144-
----
145-
$ oc scale --replicas=0 MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshift-machine-api
146-
----
147-
+
148-
[source,terminal]
149-
----
150-
$ oc scale --replicas=1 MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshift-machine-api
151-
----
152-
153130
.. When the nodes are ready and available, verify that the label is added to the nodes by using the `oc get` command:
154131
+
155132
[source,terminal]

0 commit comments

Comments
 (0)