Skip to content

Commit 86a4986

Browse files
Merge pull request #76384 from bhardesty/osdocs-9968-incorporate-comments
OSDOCS-9968: Incorporate out-of-scope comments
2 parents b8b45de + 224658d commit 86a4986

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/rosa-accessing-your-cluster-quick.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ rosa create admin --cluster=<cluster_name>
3030
W: It is recommended to add an identity provider to login to this cluster. See 'rosa create idp --help' for more information.
3131
I: Admin account has been added to cluster 'cluster_name'. It may take up to a minute for the account to become active.
3232
I: To login, run the following command:
33-
oc login https://api.cluster-name.t6k4.i1.oragnization.org:6443 \ <1>
33+
oc login https://api.cluster-name.t6k4.i1.organization.org:6443 \// <1>
3434
--username cluster-admin \
3535
--password FWGYL-2mkJI-3ZTTZ-rINns
3636
----
@@ -42,10 +42,12 @@ oc login https://api.cluster-name.t6k4.i1.oragnization.org:6443 \ <1>
4242
.Example output
4343
[source,terminal]
4444
----
45-
$ oc login https://api.cluster_name.t6k4.i1.oragnization.org:6443 \ <1>
45+
$ oc login https://api.cluster_name.t6k4.i1.organization.org:6443 \// <1>
4646
> --username cluster-admin \
4747
> --password FWGYL-2mkJI-3ZTTZ-rINns
48-
Login successful. You have access to 77 projects, the list has been suppressed. You can list all projects with ' projects'
48+
Login successful.
49+
50+
You have access to 77 projects, the list has been suppressed. You can list all projects with 'projects'
4951
----
5052
<1> For a {hcp-title} cluster, the port number should be `443`.
5153

0 commit comments

Comments
 (0)