Skip to content

Commit cb4aee8

Browse files
committed
OSDOCS-3247: This PR fixes the missing prereqs from the OSD/ROSA proxy information.
1 parent e5631b5 commit cb4aee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

networking/configuring-cluster-wide-proxy.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:_content-type: ASSEMBLY
12
include::modules/common-attributes.adoc[]
23
ifdef::openshift-dedicated[]
34
include::modules/attributes-openshift-dedicated.adoc[]
@@ -20,12 +21,12 @@ Cluster-wide proxy is a functionally-complete feature and suitable for productio
2021

2122
* You are the cluster owner.
2223
* Your account has sufficient privileges.
24+
* 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.
2325
ifdef::openshift-dedicated[]
2426
* You must have a Customer Cloud Subscription (CCS) cluster with a VPC that the proxy can access.
2527

2628
For more information, see xref:../osd_quickstart/osd-quickstart.adoc#osd-quickstart[Quick Start] for a basic cluster installation workflow.
2729
endif::[]
28-
2930
ifdef::openshift-rosa[]
3031
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].
3132
endif::[]

0 commit comments

Comments
 (0)