AWS
If you use a firewall, you must configure it so that OKD can access the sites that it requires to function. You must always grant access to some sites, and you grant access to more if you use Red Hat Insights, the Telemetry service, a cloud to host your cluster, and certain build strategies.
Before you install OKD, you must configure your firewall to grant access to the sites that OKD requires.
There are no special configuration considerations for services running on only controller nodes versus worker nodes.
Allowlist the following registry URLs:
URL | Port | Function |
---|---|---|
|
443, 80 |
Provides core container images |
|
443, 80 |
Provides core container images |
|
443, 80 |
Provides core container images |
|
443, 80 |
Provides Fedora CoreOS (FCOS) images |
When you add a site, such as quay.io
, to your allowlist, do not add a wildcard entry, such as *.quay.io
, to your denylist. In most cases, image registries use a content delivery network (CDN) to serve images. If a firewall blocks access, then image downloads are denied when the initial download request is redirected to a hostname such as cdn01.quay.io
.
CDN hostnames, such as cdn01.quay.io
, are covered when you add a wildcard entry, such as *.quay.io
, in your allowlist.
Allowlist any site that provides resources for a language or framework that your builds require.
If you do not disable Telemetry, you must grant access to the following URLs to access Red Hat Insights:
URL | Port | Function |
---|---|---|
|
443, 80 |
Required for Telemetry |
|
443, 80 |
Required for Telemetry |
|
443, 80 |
Required for Telemetry |
|
443, 80 |
Required for Telemetry and for |
If you use Amazon Web Services (AWS), Microsoft Azure, or Google Cloud Platform (GCP) to host your cluster, you must grant access to the URLs that provide the cloud provider API and DNS for that cloud:
Cloud | URL | Port | Function |
---|---|---|---|
AWS |
|
443, 80 |
Required to access AWS services and resources. Review the AWS Service Endpoints in the AWS documentation to determine the exact endpoints to allow for the regions that you use. |
GCP |
|
443, 80 |
Required to access GCP services and resources. Review Cloud Endpoints in the GCP documentation to determine the endpoints to allow for your APIs. |
|
443, 80 |
Required to access your GCP account. |
|
Azure |
|
443, 80 |
Required to access Azure services and resources. Review the Azure REST API reference in the Azure documentation to determine the endpoints to allow for your APIs. |
|
443, 80 |
Required to download Ignition files. |
|
|
443, 80 |
Required to access Azure services and resources. Review the Azure REST API reference in the Azure documentation to determine the endpoints to allow for your APIs. |
Allowlist the following URLs:
URL | Port | Function |
---|---|---|
|
443, 80 |
Required to access mirrored installation content and images. This site is also a source of release image signatures, although the Cluster Version Operator needs only a single functioning source. |
|
443, 80 |
A source of release image signatures, although the Cluster Version Operator needs only a single functioning source. |
|
443, 80 |
Required to access the default cluster routes unless you set an ingress wildcard during installation. |
|
443, 80 |
Required to access Quay image content in AWS. |
|
443, 80 |
Required both for your cluster token and to check if updates are available for the cluster. |
|
443, 80 |
Required to download Fedora CoreOS (FCOS) images. |
|
443, 80 |
Required for your cluster token. |
|
443, 80 |
Required for |
|
443, 80 |
The |
Operators require route access to perform health checks. Specifically, the
authentication and web console Operators connect to two routes to verify that
the routes work. If you are the cluster administrator and do not want to allow
*.apps.<cluster_name>.<base_domain>
, then allow these routes:
oauth-openshift.apps.<cluster_name>.<base_domain>
console-openshift-console.apps.<cluster_name>.<base_domain>
, or the hostname
that is specified in the spec.route.hostname
field of the
consoles.operator/cluster
object if the field is not empty.
Allowlist the following URLs for optional third-party content:
URL | Port | Function |
---|---|---|
|
443, 80 |
Required for all third-party images and certified operators. |
|
443, 80 |
Provides access to container images hosted on |
|
443, 80 |
Required for Sonatype Nexus, F5 Big IP operators. |
If you use a default Red Hat Network Time Protocol (NTP) server allow the following URLs:
1.rhel.pool.ntp.org
2.rhel.pool.ntp.org
3.rhel.pool.ntp.org
If you do not use a default Red Hat NTP server, verify the NTP server for your platform and allow it in your firewall. |