Skip to content

Commit 9b12eea

Browse files
authored
Merge pull request #64882 from AedinC/OCPBUGS-16665
[OCPBUGS-16665]: Added info about --machine-cidr flag to Create HCP clus…
2 parents 0839347 + ff9a40d commit 9b12eea

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ To successfully install ROSA clusters, use the latest version of the ROSA CLI (`
3434
//REGION="<region>"
3535
//----
3636

37-
. You can create your {hcp-title} cluster with one of the following commands.
38-
37+
. You can create your {hcp-title} cluster with one of the following commands.
38+
+
39+
[NOTE]
40+
====
41+
When creating a {hcp-title} cluster, the default machine Classless Inter-Domain Routing (CIDR) is `10.0.0.0/16`. If this does not correspond to the CIDR range for your VPC subnets, add `--machine-cidr <address_block>` to the following commands. To learn more about the default CIDR ranges for {product-title}, see xref:../networking/cidr-range-definitions.adoc[CIDR range definitions].
42+
====
43+
+
3944
** Create a cluster with a single, initial machine pool, publicly available API, and publicly available Ingress by running the following command:
4045
+
4146
[source,terminal]
4247
----
4348
$ rosa create cluster --cluster-name=<cluster_name> \
44-
--sts --mode=auto --hosted-cp --operator-roles-prefix <operator-role-prefix> \
49+
--sts --mode=auto --hosted-cp --operator-roles-prefix <operator-role-prefix> \
4550
--oidc-config-id <ID-of-OIDC-configuration> --subnet-ids=<public-subnet-id>,<private-subnet-id>
4651
----
4752

@@ -85,4 +90,4 @@ If the installation fails or the `State` field does not change to `ready` after
8590
----
8691
$ rosa logs install --cluster=<cluster_name> --watch <1>
8792
----
88-
<1> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.
93+
<1> Optional: To watch for new log messages as the installation progresses, use the `--watch` argument.

0 commit comments

Comments
 (0)