Skip to content

Commit 67efeea

Browse files
authored
Merge pull request #30171 from apinnick/bz1913075-mtc-ui-wording
BZ1913075: Improve the wording of exposed image registry route in UI (1.4.2)
2 parents bb43149 + 03a7078 commit 67efeea

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

modules/migration-adding-cluster-to-cam.adoc

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ You can add a cluster to the {mtc-full} ({mtc-short}) web console.
1111

1212
.Prerequisites
1313

14-
* Optional: If you are using direct image migration, the source cluster must not have an HTTP proxy configured.
15-
* Optional: If you are using Azure snapshots to copy data:
16-
** You must specify the Azure resource group name for the source cluster.
17-
** The source and target clusters must be in the same Azure resource group and in the same location.
14+
* If you are using direct image migration, the source cluster must not have an HTTP proxy configured.
15+
* If you are using Azure snapshots to copy data:
16+
** You must specify the Azure resource group name for the cluster.
17+
** The clusters must be in the same Azure resource group.
18+
** The clusters must be in the same geographic location.
1819

1920
.Procedure
2021

2122
. Log in to the cluster.
22-
. Obtain the service account token:
23+
. Obtain the `migration-controller` service account token:
2324
+
2425
[source,terminal]
2526
----
@@ -37,16 +38,17 @@ eyJhbGciOiJSUzI1NiIsImtpZCI6IiJ9.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiw
3738
. Click *Add cluster*.
3839
. Fill in the following fields:
3940

40-
* *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`.
4445
+
45-
Direct migration is much faster than migration with a replication repository.
46+
You can specify a port. The default port is `5000`.
4647

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.
5052

5153
. Click *Add cluster*.
5254
+

0 commit comments

Comments
 (0)