Skip to content

Commit 1980bfa

Browse files
committed
OSDOCS#11394: Added documentation for the External ID flag
1 parent 04b49a5 commit 1980bfa

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

modules/rosa-create-objects.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ If the argument is not supplied, an autogenerated value is created that depends
235235
|--etcd-encryption-kms-arn
236236
|Enables encryption of ETCD storage using the customer-managed key managed in AWS Key Management Service.
237237

238+
|--external-id <arn_string>
239+
|An optional unique identifier that might be required when you assume a role in another account.
240+
238241
|--host-prefix <subnet>
239242
|The subnet prefix length to assign to each individual node, as an integer. For example, if host prefix is set to `23`, then each node is assigned a `/23` subnet out of the given CIDR.
240243

modules/rosa-hcp-sts-creating-a-cluster-cli.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ When creating a {hcp-title} cluster, the default machine Classless Inter-Domain
3737
+
3838
* If you did not set environmental variables, run the following command:
3939
+
40+
--
4041
[source,terminal]
4142
----
42-
$ rosa create cluster --cluster-name=<cluster_name> \ <.>
43-
--mode=auto --hosted-cp [--private] \ <.>
44-
--operator-roles-prefix <operator-role-prefix> \ <.>
43+
$ rosa create cluster --cluster-name=<cluster_name> \ <1>
44+
--mode=auto --hosted-cp [--private] \ <2>
45+
--operator-roles-prefix <operator-role-prefix> \ <3>
46+
--external-id <external-id> \ <4>
4547
--oidc-config-id <id-of-oidc-configuration> \
4648
--subnet-ids=<public-subnet-id>,<private-subnet-id>
4749
----
@@ -53,7 +55,9 @@ $ rosa create cluster --cluster-name=<cluster_name> \ <.>
5355
====
5456
If you specified custom ARN paths when you created the associated account-wide roles, the custom path is automatically detected. The custom path is applied to the cluster-specific Operator roles when you create them in a later step.
5557
====
56-
+
58+
<.> Optional: A unique identifier that might be required when you assume a role in another account.
59+
--
60+
5761
* If you set the environmental variables, create a cluster with a single, initial machine pool, using either a publicly or privately available API, and a publicly or privately available Ingress by running the following command:
5862
+
5963
[source,terminal]

modules/rosa-list-objects.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,9 @@ $ rosa describe cluster --cluster=<cluster_name> | <cluster_id> [arguments]
681681
|--debug
682682
|Enables debug mode.
683683

684+
|--external-id <arn_string>
685+
|An optional unique identifier that might be required when you assume a role in another account.
686+
684687
|--profile
685688
|Specifies an AWS profile (string) from your credentials file.
686689

0 commit comments

Comments
 (0)