Skip to content

Commit 3b967dc

Browse files
committed
Corrects callout numbers in procedure
1 parent d63f3a4 commit 3b967dc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/migration-migrating-applications-api.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ $ cat << EOF | oc apply -f -
5656
apiVersion: migration.openshift.io/v1alpha1
5757
kind: MigCluster
5858
metadata:
59-
name: <remote_cluster> <.>
59+
name: <remote_cluster> <1>
6060
namespace: openshift-migration
6161
spec:
62-
exposedRegistryPath: <exposed_registry_route> <.>
63-
insecure: false <.>
62+
exposedRegistryPath: <exposed_registry_route> <2>
63+
insecure: false <3>
6464
isHostCluster: false
6565
serviceAccountSecretRef:
66-
name: <remote_cluster_secret> <.>
66+
name: <remote_cluster_secret> <4>
6767
namespace: openshift-config
68-
url: <remote_cluster_url> <.>
68+
url: <remote_cluster_url> <5>
6969
EOF
7070
----
71-
<.> Specify the `Cluster` CR of the remote cluster.
72-
<.> Optional: For direct image migration, specify the exposed registry route.
73-
<.> SSL verification is enabled if `false`. CA certificates are not required or checked if `true`.
74-
<.> Specify the `Secret` object of the remote cluster.
75-
<.> Specify the URL of the remote cluster.
71+
<1> Specify the `Cluster` CR of the remote cluster.
72+
<2> Optional: For direct image migration, specify the exposed registry route.
73+
<3> SSL verification is enabled if `false`. CA certificates are not required or checked if `true`.
74+
<4> Specify the `Secret` object of the remote cluster.
75+
<5> Specify the URL of the remote cluster.
7676

7777
. Verify that all clusters are in a `Ready` state:
7878
+

0 commit comments

Comments
 (0)