mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
942 B
Plaintext
27 lines
942 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_learning/creating_cluster_workshop/learning-getting-started-accessing.adoc
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="learning-getting-started-accessing-hcm_{context}"]
|
|
= Accessing the cluster via the {hybrid-console-second}
|
|
|
|
[role="_abstract"]
|
|
You can access your cluster by using {hybrid-console-second}.
|
|
|
|
.Procedure
|
|
. Log in to the {cluster-manager-url}.
|
|
. To retrieve the {hybrid-console-second} URL run:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ rosa describe cluster -c <cluster-name> | grep Console
|
|
----
|
|
|
|
. Click your IDP. For example, "rosa-github".
|
|
+
|
|
image::cloud-experts-getting-started-accessing-copy-token.png[]
|
|
|
|
. Enter your user credentials.
|
|
. You should be logged in. If you are following the tutorials, you will be a cluster-admin and should see the {hybrid-console-second} webpage with the *Administrator* panel visible.
|
|
+
|
|
image::cloud-experts-getting-started-accessing-logged.png[] |