File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -328,18 +328,6 @@ metadata:
328
328
...
329
329
----
330
330
331
- ... Update the `metadata.selfLink` field to use the new machine name from the previous step:
332
- +
333
- [source,terminal]
334
- ----
335
- apiVersion: machine.openshift.io/v1beta1
336
- kind: Machine
337
- metadata:
338
- ...
339
- selfLink: /apis/machine.openshift.io/v1beta1/namespaces/openshift-machine-api/machines/clustername-8qw5l-master-3
340
- ...
341
- ----
342
-
343
331
... Remove the `spec.providerID` field:
344
332
+
345
333
[source,terminal]
Original file line number Diff line number Diff line change @@ -234,18 +234,6 @@ metadata:
234
234
...
235
235
----
236
236
237
- ... Update the `metadata.selfLink` field to use the new machine name from the previous step.
238
- +
239
- [source,yaml]
240
- ----
241
- apiVersion: machine.openshift.io/v1beta1
242
- kind: Machine
243
- metadata:
244
- ...
245
- selfLink: /apis/machine.openshift.io/v1beta1/namespaces/openshift-machine-api/machines/clustername-8qw5l-master-3
246
- ...
247
- ----
248
-
249
237
... Remove the `spec.providerID` field:
250
238
+
251
239
[source,yaml]
You can’t perform that action at this time.
0 commit comments