Skip to content

Commit 419fe18

Browse files
authored
Merge pull request #50529 from EricPonvelle/OSDOCS-2609_Correcting-Rosa-Install
OSDOCS-2609: Fixed the order of CLI commands
2 parents 4c74f16 + 3dcf287 commit 419fe18

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

modules/rosa-installing.adoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,6 @@ $ rosa completion bash | sudo tee /etc/bash_completion.d/rosa
7979
$ source /etc/bash_completion.d/rosa
8080
----
8181

82-
. Enter the following command to verify that your AWS account has the necessary permissions.
83-
+
84-
[source,terminal]
85-
----
86-
$ rosa verify permissions
87-
----
88-
+
89-
.Example output
90-
[source,terminal]
91-
----
92-
I: Validating SCP policies...
93-
I: AWS SCP policies ok
94-
----
95-
+
96-
[NOTE]
97-
====
98-
This command verifies permissions only for ROSA clusters that do not use the AWS Security Token Service (STS).
99-
====
100-
10182
. Log in to your Red Hat account with `rosa`.
10283
+
10384
.. Enter the following command.
@@ -122,6 +103,25 @@ To login to your Red Hat account, get an offline access token at https://console
122103
I: Logged in as 'rh-rosa-user' on 'https://api.openshift.com'
123104
----
124105

106+
. Enter the following command to verify that your AWS account has the necessary permissions.
107+
+
108+
[source,terminal]
109+
----
110+
$ rosa verify permissions
111+
----
112+
+
113+
.Example output
114+
[source,terminal]
115+
----
116+
I: Validating SCP policies...
117+
I: AWS SCP policies ok
118+
----
119+
+
120+
[NOTE]
121+
====
122+
This command verifies permissions only for ROSA clusters that do not use the AWS Security Token Service (STS).
123+
====
124+
125125
. Verify that your AWS account has the necessary quota to deploy an {product-title} cluster.
126126
+
127127
[source,terminal]

0 commit comments

Comments
 (0)