File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $ rosa create admin --cluster=<cluster_name>
30
30
W: It is recommended to add an identity provider to login to this cluster. See 'rosa create idp --help' for more information.
31
31
I: Admin account has been added to cluster 'cluster_name'. It may take up to a minute for the account to become active.
32
32
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>
34
34
--username cluster-admin \
35
35
--password FWGYL-2mkJI-3ZTTZ-rINns
36
36
----
@@ -42,10 +42,12 @@ oc login https://api.cluster-name.t6k4.i1.oragnization.org:6443 \ <1>
42
42
.Example output
43
43
[source,terminal]
44
44
----
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>
46
46
> --username cluster-admin \
47
47
> --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'
49
51
----
50
52
<1> For a {hcp-title} cluster, the port number should be `443` .
51
53
You can’t perform that action at this time.
0 commit comments