File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -127,29 +127,6 @@ $ oc scale --replicas=0 MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshi
127
127
$ oc scale --replicas=1 MachineSet ci-ln-l8nry52-f76d1-hl7m7-worker-c -n openshift-machine-api
128
128
----
129
129
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
-
153
130
.. When the nodes are ready and available, verify that the label is added to the nodes by using the `oc get` command:
154
131
+
155
132
[source,terminal]
You can’t perform that action at this time.
0 commit comments