Skip to content

Commit a880bf4

Browse files
authored
Merge pull request #76339 from laubai/osdocs-10637-no-shared-vpc-on-hcp
OSDOCS-10637 Adding warnings re. using shared VPCs for HCP clusters
2 parents 1054720 + 19e2a46 commit a880bf4

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

rosa_hcp/rosa-hcp-creating-cluster-with-aws-kms-key.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ You must have a Virtual Private Cloud (VPC) to create {hcp-title} cluster. You c
3434
The Terraform instructions are for testing and demonstration purposes. Your own installation requires some modifications to the VPC for your own use. You should also ensure that when you use this Terraform script it is in the same region that you intend to install your cluster. In these examples, use `us-east-2`.
3535
====
3636

37+
include::snippets/imp-rosa-hcp-no-shared-vpc-support.adoc[leveloffset=+0]
38+
3739
[discrete]
3840
include::modules/rosa-hcp-vpc-terraform.adoc[leveloffset=+3]
3941

rosa_hcp/rosa-hcp-sts-creating-a-cluster-ext-auth.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ You can create {hcp-title-first} clusters that use external authentication to is
1313
Since it is not possible to upgrade or convert existing ROSA clusters to a {hcp} architecture, you must create a new cluster to use {hcp-title} functionality. You also cannot convert a cluster that was created to use external authentication providers to use the internal OAuth2 server. You must also create a new cluster.
1414
====
1515

16+
include::snippets/imp-rosa-hcp-no-shared-vpc-support.adoc[leveloffset=+0]
17+
1618
[NOTE]
1719
====
1820
{hcp-title} clusters only support {sts-first} authentication.

rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Create a {hcp-title} cluster quickly by using the default options and automatic
2020
Since it is not possible to upgrade or convert existing ROSA clusters to a {hcp} architecture, you must create a new cluster to use {hcp-title} functionality.
2121
====
2222

23+
include::snippets/imp-rosa-hcp-no-shared-vpc-support.adoc[leveloffset=+0]
24+
2325
[NOTE]
2426
====
2527
{hcp-title} clusters only support AWS Security Token Service (STS) authentication.

rosa_install_access_delete_clusters/rosa-shared-vpc-config.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ifdef::openshift-rosa[]
1111
endif::openshift-rosa[]
1212
clusters in shared, centrally-managed AWS virtual private clouds (VPCs).
1313

14+
[IMPORTANT]
15+
====
16+
link:https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html[Sharing VPCs across multiple AWS accounts] is currently only supported for ROSA Classic clusters using STS for authentication.
17+
====
18+
1419
[NOTE]
1520
====
1621
This process requires *two separate* AWS accounts that belong to the same AWS organization. One account functions as the VPC-owning AWS account (*VPC Owner*), while the other account creates the cluster in the cluster-creating AWS account (*Cluster Creator*).
@@ -45,4 +50,4 @@ include::modules/rosa-sharing-vpc-creation-and-sharing.adoc[leveloffset=+1]
4550

4651
include::modules/rosa-sharing-vpc-dns-and-roles.adoc[leveloffset=+1]
4752
include::modules/rosa-sharing-vpc-hosted-zones.adoc[leveloffset=+1]
48-
include::modules/rosa-sharing-vpc-cluster-creation.adoc[leveloffset=+1]
53+
include::modules/rosa-sharing-vpc-cluster-creation.adoc[leveloffset=+1]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[IMPORTANT]
2+
====
3+
link:https://docs.aws.amazon.com/vpc/latest/userguide/vpc-sharing.html[Sharing VPCs across multiple AWS accounts] is not currently supported for {hcp-title}. Do not install a {hcp-title} cluster into subnets shared from another AWS account. See link:https://access.redhat.com/solutions/6980058["Are multiple ROSA clusters in a single VPC supported?"] for more information.
4+
====

0 commit comments

Comments
 (0)