@@ -106,13 +106,14 @@ $ rosa describe cluster --cluster=<cluster_name>
106
106
Name: rh-rosa-test-cluster1
107
107
ID: 1de87g7c30g75qechgh7l5b2bha6r04e
108
108
External ID: 34322be7-b2a7-45c2-af39-2c684ce624e1
109
- API URL: https://api.rh-rosa-test-cluster1.j9n4.s1.devshift.org:6443
109
+ API URL: https://api.rh-rosa-test-cluster1.j9n4.s1.devshift.org:6443 <1>
110
110
Console URL: https://console-openshift-console.apps.rh-rosa-test-cluster1.j9n4.s1.devshift.org
111
111
Nodes: Master: 3, Infra: 3, Compute: 4
112
112
Region: us-east-2
113
113
State: ready
114
114
Created: May 27, 2020
115
115
----
116
+ <1> For a {hcp-title-first} cluster, the port number should be `443` .
116
117
+
117
118
.. Navigate to the `Console URL` , and log in using your Github credentials.
118
119
.. In the top right of the OpenShift console, click your name and click **Copy Login Command** .
@@ -121,18 +122,21 @@ Created: May 27, 2020
121
122
+
122
123
[source,terminal]
123
124
----
124
- $ oc login --token=z3sgOGVDk0k4vbqo_wFqBQQTnT-nA-nQLb8XEmWnw4X --server=https://api.rh-rosa-test-cluster1.j9n4.s1.devshift.org:6443
125
+ $ oc login -- token=z3sgOGVDk0k4vbqo_wFqBQQTnT-nA-nQLb8XEmWnw4X -- server=https://api.rh-rosa-test-cluster1.j9n4.s1.devshift.org:6443 <1>
125
126
----
127
+ <1> For a {hcp-title} cluster, use the port number `443` .
126
128
+
127
129
.Example output
128
130
[source,terminal]
129
131
----
130
- Logged into "https://api.rh-rosa-cluster1.j9n4.s1.devshift.org:6443" as "rh-rosa-test-user" using the token provided.
132
+ Logged into "https://api.rh-rosa-cluster1.j9n4.s1.devshift.org:6443" as "rh-rosa-test-user" using the token provided. <1>
131
133
132
134
You have access to 67 projects, the list has been suppressed. You can list all projects with 'oc projects'
133
135
134
136
Using project "default".
135
137
----
138
+ <1> For a {hcp-title} cluster, the port number should be `443` .
139
+
136
140
.. Enter a simple `oc` command to verify everything is setup properly and that you are logged in.
137
141
+
138
142
[source,terminal]
0 commit comments