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

Merge pull request #42352 from openshift-cherrypick-robot/cherry-pick-42268-to-enterprise-4.10

[enterprise-4.10] OSDOCS-3247: This PR fixes the missing prereqs from the OSD/ROSA proxy info
This commit is contained in:
Eric Ponvelle
2022-02-24 09:27:32 -05:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
:_content-type: ASSEMBLY
include::modules/common-attributes.adoc[]
ifdef::openshift-dedicated[]
include::modules/attributes-openshift-dedicated.adoc[]
@@ -20,12 +21,12 @@ Cluster-wide proxy is a functionally-complete feature and suitable for productio
* You are the cluster owner.
* Your account has sufficient privileges.
* You have added the `ec2.<region>.amazonaws.com`, `elasticloadbalancing.<region>.amazonaws.com`, and `s3.<region>.amazonaws.com` endpoints to your VPC endpoint. These endpoints are required to complete requests from the nodes to the AWS EC2 API. Because the proxy works on the container level, not the node level, you must route these requests to the AWS EC2 API through the AWS private network. Adding the public IP address of the EC2 API to your allowlist in your proxy server is not sufficient.
ifdef::openshift-dedicated[]
* You must have a Customer Cloud Subscription (CCS) cluster with a VPC that the proxy can access.
For more information, see xref:../osd_quickstart/osd-quickstart.adoc#osd-getting-started[Getting started with {product-title}] for a basic cluster installation workflow.
endif::[]
ifdef::openshift-rosa[]
For information about standard installation prerequisites, see xref:../rosa_getting_started/rosa-aws-prereqs.adoc#prerequisites[AWS prerequisites for ROSA]. For information about the prerequisites for installation using AWS Security Token Service (STS), see xref:../rosa_getting_started_sts/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prerequisites[AWS prerequisites for ROSA with STS].
endif::[]