mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * migration/migrating_3_4/migrating-applications-with-cam-3-4.adoc
|
|
// * migration/migrating_4_1_4/migrating-applications-with-cam-4-1-4.adoc
|
|
// * migration/migrating_4_2_4/migrating-applications-with-cam-4-2-4.adoc
|
|
|
|
[id="migration-launching-cam_{context}"]
|
|
= Launching the {mtc-short} web console
|
|
|
|
You can launch the {mtc-full} ({mtc-short}) web console in a browser.
|
|
|
|
.Procedure
|
|
|
|
. Log in to the {product-title} cluster on which you have installed {mtc-short}.
|
|
. Obtain the {mtc-short} web console URL by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc get -n openshift-migration route/migration -o go-template='https://{{ .spec.host }}'
|
|
----
|
|
+
|
|
The output resembles the following: `\https://migration-openshift-migration.apps.cluster.openshift.com`.
|
|
|
|
. Launch a browser and navigate to the {mtc-short} web console.
|
|
+
|
|
[NOTE]
|
|
====
|
|
If you try to access the {mtc-short} web console immediately after installing the {mtc-full} Operator, the console might not load because the Operator is still configuring the cluster. Wait a few minutes and retry.
|
|
====
|
|
|
|
. If you are using self-signed CA certificates, you will be prompted to accept the CA certificate of the source cluster API server. The web page guides you through the process of accepting the remaining certificates.
|
|
|
|
. Log in with your {product-title} *username* and *password*.
|