Skip to content

Commit a23aeeb

Browse files
authored
Merge pull request #100177 from xenolinux/open-53-hcp
OSDOCS#16434: Open the firewall port 53 on TCP for HCP
2 parents c9fc9a4 + d47bd32 commit a23aeeb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

hosted_control_planes/hcp-prepare/hcp-requirements.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The following requirements apply to {hcp}:
1414

1515
* In order to run the HyperShift Operator, your management cluster needs at least three worker nodes.
1616
17+
* You must open the firewall port `53` on Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) to allow the Domain Name Service (DNS) protocol to work as expected.
18+
1719
* You can run both the management cluster and the worker nodes on-premise, such as on a bare-metal platform or on {VirtProductName}. In addition, you can run both the management cluster and the worker nodes on cloud infrastructure, such as {aws-first}.
1820
1921
* If you use a mixed infrastructure, such as running the management cluster on {aws-short} and your worker nodes on-premise, or running your worker nodes on {aws-short} and your management cluster on-premise, you must use the `PublicAndPrivate` publishing strategy and follow the latency requirements in the support matrix.

modules/hcp-proxy-cp-workloads.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Operators that run in the control plane need to access external services through
1616
1717
* The Ingress Operator needs access to validate external canary routes.
1818
19-
In a hosted cluster, you must send traffic that originates from the Control Plane Operator, Ingress Operator, OAuth server, and OpenShift API server pods through the data plane to the configured proxy and then to its final destination.
19+
* You must open the firewall port `53` on Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) to allow the Domain Name Service (DNS) protocol to work as expected.
20+
21+
In a hosted cluster, you must send traffic that originates from the Control Plane Operator, Ingress Operator, OAuth server, and OpenShift API server pods through the data plane to the configured proxy and then to its final destination.
2022

2123
[NOTE]
2224
====
2325
Some operations are not possible when a hosted cluster is reduced to zero compute nodes; for example, when you import OpenShift image streams from a registry that requires proxy access.
24-
====
26+
====

0 commit comments

Comments
 (0)