1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-10637 Adding warnings re. using shared VPCs for HCP clusters

This commit is contained in:
Laura Bailey
2024-05-22 21:40:06 +10:00
committed by openshift-cherrypick-robot
parent a07304ab80
commit d653136335
5 changed files with 16 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ You must have a Virtual Private Cloud (VPC) to create {hcp-title} cluster. You c
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`.
====
include::snippets/imp-rosa-hcp-no-shared-vpc-support.adoc[leveloffset=+0]
[discrete]
include::modules/rosa-hcp-vpc-terraform.adoc[leveloffset=+3]

View File

@@ -13,6 +13,8 @@ You can create {hcp-title-first} clusters that use external authentication to is
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.
====
include::snippets/imp-rosa-hcp-no-shared-vpc-support.adoc[leveloffset=+0]
[NOTE]
====
{hcp-title} clusters only support {sts-first} authentication.

View File

@@ -20,6 +20,8 @@ Create a {hcp-title} cluster quickly by using the default options and automatic
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.
====
include::snippets/imp-rosa-hcp-no-shared-vpc-support.adoc[leveloffset=+0]
[NOTE]
====
{hcp-title} clusters only support AWS Security Token Service (STS) authentication.

View File

@@ -11,6 +11,11 @@ ifdef::openshift-rosa[]
endif::openshift-rosa[]
clusters in shared, centrally-managed AWS virtual private clouds (VPCs).
[IMPORTANT]
====
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.
====
[NOTE]
====
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]
include::modules/rosa-sharing-vpc-dns-and-roles.adoc[leveloffset=+1]
include::modules/rosa-sharing-vpc-hosted-zones.adoc[leveloffset=+1]
include::modules/rosa-sharing-vpc-cluster-creation.adoc[leveloffset=+1]
include::modules/rosa-sharing-vpc-cluster-creation.adoc[leveloffset=+1]

View File

@@ -0,0 +1,4 @@
[IMPORTANT]
====
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.
====