Skip to content

Commit 6b2f265

Browse files
committed
OSDOCS-9505 updated create cluster command
1 parent bed44b4 commit 6b2f265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ $ rosa create cluster --private --cluster-name=<cluster_name> \
5252
--sts --mode=auto --hosted-cp --subnet-ids=<private-subnet-id>
5353
----
5454

55-
** If you used variables like `OIDC_ID` and `SUBNET_IDS`, you can use those references when creating your cluster. For example, run the following command:
55+
** If you used the `OIDC_ID`, `SUBNET_IDS`, and `OPERATOR_ROLES_PREFIX` variables to prepare your environment, you can continue to use those variables when creating your cluster. For example, run the following command:
5656
+
5757
[source,terminal]
5858
----
59-
$ rosa create cluster --hosted-cp --subnet-ids=$SUBNET_IDS --oidc-config-id=$OIDC_ID --cluster-name=<cluster_name>
59+
$ rosa create cluster --hosted-cp --subnet-ids=$SUBNET_IDS --oidc-config-id=$OIDC_ID --cluster-name=<cluster_name> --operator-roles-prefix=$OPERATOR_ROLES_PREFIX
6060
----
6161

6262
. Check the status of your cluster by running the following command:

0 commit comments

Comments
 (0)