File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ See link:https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.
78
78
////
79
79
.Docker
80
80
81
- * To run the AWS CLI version 2 Docker image, use the docker run command.
81
+ * To run the AWS CLI version 2 Docker image, use the docker run command:
82
82
+
83
83
[source,terminal]
84
84
----
@@ -125,7 +125,7 @@ The `AWS Access Key ID` and `AWS Secret Access Key` values can be obtained by lo
125
125
$ aws sts get-caller-identity
126
126
----
127
127
+
128
- You should receive output similar to the following
128
+ You should receive output similar to the following:
129
129
+
130
130
.Sample output
131
131
[source,terminal]
@@ -163,21 +163,21 @@ $ aws iam create-service-linked-role --aws-service-name \
163
163
. Download the operating system specific ROSA CLI from link:https://www.openshift.com/products/amazon-openshift/download[Red Hat].
164
164
. Extract the downloaded file on your local machine.
165
165
. Place the extracted `rosa` and `kubectl` executables in your operating system path or local directory.
166
- . Log in to ROSA
166
+ . Log in to ROSA:
167
167
+
168
168
[source,terminal]
169
169
----
170
170
$ rosa login
171
171
----
172
172
+
173
- You will be prompted to enter in the *Red Hat Offline Access Token* you retrieved earlier and should receive the following message
173
+ You will be prompted to enter in the *Red Hat Offline Access Token* you retrieved earlier and should receive the following message:
174
174
+
175
175
[source,terminal]
176
176
----
177
177
Logged in as <email address> on 'https://api.openshift.com'
178
178
----
179
179
+
180
- . Verify that ROSA has the minimal quota
180
+ . Verify that ROSA has the minimal quota:
181
181
+
182
182
[source,terminal]
183
183
----
You can’t perform that action at this time.
0 commit comments