Skip to content

Commit 00f3994

Browse files
authored
Merge pull request #65285 from smunje1/OCPBUGS-14687
/lgtm, merging
2 parents d82d6cd + 7fca841 commit 00f3994

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/cluster-wide-proxy-preqs.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ ifdef::openshift-dedicated[]
2222
* You are using the Customer Cloud Subscription (CCS) model for your cluster.
2323
endif::openshift-dedicated[]
2424
* The proxy can access the VPC for the cluster and the private subnets of the VPC. The proxy is also accessible from the VPC for the cluster and from the private subnets of the VPC.
25-
* You have added the `ec2.<aws_region>.amazonaws.com`, `elasticloadbalancing.<aws_region>.amazonaws.com`, and `s3.<aws_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 at the container level and not at 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 enough.
25+
* You have added the following endpoints to your VPC endpoint:
26+
** `ec2.<aws_region>.amazonaws.com`
27+
** `elasticloadbalancing.<aws_region>.amazonaws.com`
28+
** `s3.<aws_region>.amazonaws.com`
29+
+
30+
These endpoints are required to complete requests from the nodes to the AWS EC2 API. Because the proxy works at the container level and not at 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 enough.
31+
+
32+
[NOTE]
33+
====
34+
When using a cluster-wide proxy, you must configure the `s3.<aws_region>.amazonaws.com` endpoint as type `Gateway`. Also, you can configure the `ec2.<aws_region>.amazonaws.com` and `elasticloadbalancing.<aws_region>.amazonaws.com` endpoints only as type `Interface`.
35+
====
2636

2737
[discrete]
2838
[id="cluster-wide-proxy-network-prereqs_{context}"]

0 commit comments

Comments
 (0)