@@ -56,23 +56,23 @@ $ cat << EOF | oc apply -f -
5656apiVersion: migration.openshift.io/v1alpha1
5757kind: MigCluster
5858metadata:
59- name: <remote _cluster > <. >
59+ name: <remote _cluster > <1 >
6060 namespace: openshift-migration
6161spec:
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 >
6969EOF
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