Skip to content

Commit 7a4f0f4

Browse files
authored
Merge pull request #44278 from sheriff-rh/bz2067990
bz2067990 Removed metadata.selfLink references
2 parents 46a49e4 + b3ef4a9 commit 7a4f0f4

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -328,18 +328,6 @@ metadata:
328328
...
329329
----
330330

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-
343331
... Remove the `spec.providerID` field:
344332
+
345333
[source,terminal]

modules/restore-replace-stopped-etcd-member.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -234,18 +234,6 @@ metadata:
234234
...
235235
----
236236

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-
249237
... Remove the `spec.providerID` field:
250238
+
251239
[source,yaml]

0 commit comments

Comments
 (0)