Skip to content

Commit 9e572e6

Browse files
authored
Merge pull request #60117 from smunje1/OSDOCS-5746
OSDOCS-5746
2 parents 327ba2b + d2d74c7 commit 9e572e6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

modules/rosa-sts-creating-a-cluster-with-customizations-cli.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ You can reference the ARN of your KMS key when you create the cluster in the nex
206206

207207
. Create a cluster with STS using custom installation options. You can use the `--interactive` mode to interactively specify custom settings:
208208
+
209+
[IMPORTANT]
210+
====
211+
To avoid cluster failure issues, do not install a ROSA cluster in an existing VPC created by the previous cluster's ROSA installer. If the cluster that created the VPC during the installation is deleted, the associated installer-created VPC also gets deleted, resulting in the failure of all the clusters installed in the same VPC.
212+
====
213+
+
209214
[source,terminal]
210215
----
211216
$ rosa create cluster --interactive --sts

modules/rosa-sts-creating-a-cluster-with-customizations-ocm.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ If you are using private API endpoints, you cannot access your cluster until you
284284

285285
. Optional: If you opted to use public API endpoints, by default a new VPC is created for your cluster. If you want to install your cluster in an existing VPC instead, select *Install into an existing VPC*.
286286
+
287+
[IMPORTANT]
288+
====
289+
To avoid cluster failure issues, do not install a ROSA cluster in an existing VPC created by the previous cluster's ROSA installer. If the cluster that created the VPC during the installation is deleted, the associated installer-created VPC also gets deleted, resulting in the failure of all the clusters installed in the same VPC.
290+
====
291+
+
287292
[NOTE]
288293
====
289294
If you opted to use private API endpoints, you must use an existing VPC and PrivateLink and the *Install into an existing VPC* and *Use a PrivateLink* options are automatically selected. With these options, the Red Hat Site Reliability Engineering (SRE) team can connect to the cluster to assist with support by using only AWS PrivateLink endpoints.

0 commit comments

Comments
 (0)