|
8 | 8 |
|
9 | 9 | Before you install {product-title}, you must configure your firewall to grant access to the sites that {product-title} requires.
|
10 | 10 |
|
11 |
| -There are no special configuration considerations for services running on only controller nodes versus worker nodes. |
| 11 | +There are no special configuration considerations for services running on only controller nodes compared to worker nodes. |
12 | 12 |
|
13 | 13 | [NOTE]
|
14 | 14 | ====
|
15 |
| -If your environment has a dedicated load balancer in front of your {product-title} cluster, review the allowlists between your firewall and load balancer to prevent unwanted network restrictions to your cluster. |
| 15 | +If your environment has a dedicated load balancer in front of your {product-title} cluster, review the allowlists between your firewall and load balancer to prevent unwanted network restrictions to your cluster. |
16 | 16 | ====
|
17 | 17 |
|
18 | 18 | .Procedure
|
@@ -91,15 +91,73 @@ You can use the wildcards `\*.quay.io` and `*.openshiftapps.com` instead of `cdn
|
91 | 91 | |Cloud |URL | Port |Function
|
92 | 92 |
|
93 | 93 | |Alibaba
|
94 |
| -|*.aliyuncs.com |
| 94 | +|`*.aliyuncs.com` |
95 | 95 | |443, 80
|
96 | 96 | |Required to access Alibaba Cloud services and resources. Review the link:https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/sdk/endpoints/endpoints_config.go?spm=a2c4g.11186623.0.0.47875873ciGnC8&file=endpoints_config.go[Alibaba endpoints_config.go file] to determine the exact endpoints to allow for the regions that you use.
|
97 | 97 |
|
98 |
| -|AWS |
| 98 | +.15+|AWS |
99 | 99 | |`*.amazonaws.com`
|
| 100 | + |
| 101 | +Alternatively, if you choose to not use a wildcard for AWS APIs, you must allowlist the following URLs: |
100 | 102 | |443, 80
|
101 | 103 | |Required to access AWS services and resources. Review the link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS Service Endpoints] in the AWS documentation to determine the exact endpoints to allow for the regions that you use.
|
102 | 104 |
|
| 105 | +|`ec2.amazonaws.com` |
| 106 | +|443 |
| 107 | +|Used to install and manage clusters in an AWS environment. |
| 108 | + |
| 109 | +|`events.amazonaws.com` |
| 110 | +|443 |
| 111 | +|Used to install and manage clusters in an AWS environment. |
| 112 | + |
| 113 | +|`iam.amazonaws.com` |
| 114 | +|443 |
| 115 | +|Used to install and manage clusters in an AWS environment. |
| 116 | + |
| 117 | +|`route53.amazonaws.com` |
| 118 | +|443 |
| 119 | +|Used to install and manage clusters in an AWS environment. |
| 120 | + |
| 121 | +|`s3.amazonaws.com` |
| 122 | +|443 |
| 123 | +|Used to install and manage clusters in an AWS environment. |
| 124 | + |
| 125 | +|`s3.<aws_region>.amazonaws.com` |
| 126 | +|443 |
| 127 | +|Used to install and manage clusters in an AWS environment. |
| 128 | + |
| 129 | +|`s3.dualstack.<aws_region>.amazonaws.com` |
| 130 | +|443 |
| 131 | +|Used to install and manage clusters in an AWS environment. |
| 132 | + |
| 133 | +|`sts.amazonaws.com` |
| 134 | +|443 |
| 135 | +|Used to install and manage clusters in an AWS environment. |
| 136 | + |
| 137 | +|`sts.<aws_region>.amazonaws.com` |
| 138 | +|443 |
| 139 | +|Used to install and manage clusters in an AWS environment. |
| 140 | + |
| 141 | +|`tagging.us-east-1.amazonaws.com` |
| 142 | +|443 |
| 143 | +|Used to install and manage clusters in an AWS environment. This endpoint is always `us-east-1`, regardless of the region the cluster is deployed in. |
| 144 | + |
| 145 | +|`ec2.<aws_region>.amazonaws.com` |
| 146 | +|443 |
| 147 | +|Used to install and manage clusters in an AWS environment. |
| 148 | + |
| 149 | +|`elasticloadbalancing.<aws_region>.amazonaws.com` |
| 150 | +|443 |
| 151 | +|Used to install and manage clusters in an AWS environment. |
| 152 | + |
| 153 | +|`servicequotas.<aws_region>.amazonaws.com` |
| 154 | +|443, 80 |
| 155 | +|Required. Used to confirm quotas for deploying the service. |
| 156 | + |
| 157 | +|`tagging.<aws_region>.amazonaws.com` |
| 158 | +|443, 80 |
| 159 | +|Allows the assignment of metadata about AWS resources in the form of tags. |
| 160 | + |
103 | 161 | .2+|GCP
|
104 | 162 | |`*.googleapis.com`
|
105 | 163 | |443, 80
|
|
0 commit comments