You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* *Cluster name*: May contain lower-case letters (`a-z`) and numbers (`0-9`). Must not contain spaces or international characters.
41
-
* *Url*: URL of the cluster's API server, for example, `\https://<master1.example.com>:8443`.
42
-
* *Service account token*: String that you obtained from the source cluster.
43
-
* *Exposed route to image registry*: Optional. You can specify a route to the image registry of your source cluster to enable direct migration for images, for example, `docker-registry-default.apps.cluster.com`.
41
+
* *Cluster name*: The cluster name can contain lower-case letters (`a-z`) and numbers (`0-9`). It must not contain spaces or international characters.
42
+
* *URL*: Specify the API server URL, for example, `\https://<www.example.com>:8443`.
43
+
* *Service account token*: Paste the `migration-controller` service account token.
44
+
* *Exposed route host to image registry*: If you are using direct image migration, specify the exposed route to the image registry of the source cluster, for example, `www.example.apps.cluster.com`.
44
45
+
45
-
Direct migration is much faster than migration with a replication repository.
46
+
You can specify a port. The default port is `5000`.
46
47
47
-
* *Azure cluster*: Optional. Select it if you are using Azure snapshots to copy your data.
48
-
* *Azure resource group*: This field appears if *Azure cluster* is checked.
49
-
* If you use a custom CA bundle, click *Browse* and browse to the CA bundle file.
48
+
* *Azure cluster*: You must select this option if you use Azure snapshots to copy your data.
49
+
* *Azure resource group*: This field is displayed if *Azure cluster* is selected. Specify the Azure resource group.
50
+
* *Require SSL verification*: Optional: Select this option to verify SSL connections to the cluster.
51
+
* *CA bundle file*: This field is displayed if *Require SSL verification* is selected. If you created a custom CA certificate bundle file for self-signed certificates, click *Browse*, select the CA bundle file, and upload it.
0 commit comments