Skip to content

Commit 3d8ee11

Browse files
authored
Merge pull request #39604 from pneedle-rh/osdocs-2988-update-quick-create-assembly
OSDOCS-2988 - Updating the quick ROSA creation procedure
2 parents ce7cd3f + c3d9e75 commit 3d8ee11

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

modules/rosa-sts-creating-a-cluster-quickly.adoc

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,15 @@ When using `auto` mode, you can optionally specify the `-y` argument to bypass t
4646
+
4747
[source,terminal]
4848
----
49-
$ rosa create cluster --cluster-name <cluster_name> --sts <1>
49+
$ rosa create cluster --cluster-name <cluster_name> --sts --mode auto <1>
5050
----
5151
<1> Replace `<cluster_name>` with the name of your cluster.
5252
+
53-
[IMPORTANT]
53+
[NOTE]
5454
====
55-
You must complete the following steps to create the Operator IAM roles and the OpenID Connect (OIDC) provider to move the state of the cluster to `ready`.
55+
When you specify `--mode auto`, the `rosa create cluster` command creates the cluster-specific Operator IAM roles and the OIDC provider automatically. The Operators use the OIDC provider to authenticate.
5656
====
5757

58-
. Create the cluster-specific Operator IAM roles:
59-
+
60-
[source,terminal]
61-
----
62-
$ rosa create operator-roles --mode auto --cluster <cluster_name|cluster_id>
63-
----
64-
65-
. Create the OIDC provider that the cluster Operators use to authenticate:
66-
+
67-
[source,terminal]
68-
----
69-
$ rosa create oidc-provider --mode auto --cluster <cluster_name|cluster_id>
70-
----
71-
7258
. Check the status of your cluster:
7359
+
7460
[source,terminal]

0 commit comments

Comments
 (0)