Skip to content

Commit 7c9b5ae

Browse files
authored
Merge pull request #21382 from openshift-cherrypick-robot/cherry-pick-20811-to-enterprise-4.4
[enterprise-4.4] BZ#1726773 Enhance 4.x required ports tables
2 parents 1cb494b + 97a70a1 commit 7c9b5ae

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

modules/installation-network-user-infra.adoc

+24-8
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,23 @@ of all other machines in the cluster.
5151
|Port
5252
|Description
5353

54-
.5+|TCP
55-
|`2379`-`2380`
56-
|etcd server, peer, and metrics ports
57-
58-
|`6443`
59-
|Kubernetes API
54+
|ICMP
55+
|N/A
56+
|Network reachability tests
6057

58+
.3+|TCP
6159
|`9000`-`9999`
6260
|Host level services, including the node exporter on ports `9100`-`9101` and
6361
the Cluster Version Operator on port `9099`.
6462

65-
|`10249`-`10259`
63+
|`10250`-`10259`
6664
|The default ports that Kubernetes reserves
6765

6866
|`10256`
6967
|openshift-sdn
7068

7169

72-
.4+|UDP
70+
.3+|UDP
7371
|`4789`
7472
|VXLAN and GENEVE
7573

@@ -79,11 +77,29 @@ the Cluster Version Operator on port `9099`.
7977
|`9000`-`9999`
8078
|Host level services, including the node exporter on ports `9100`-`9101`.
8179

80+
|TCP/UDP
8281
|`30000`-`32767`
8382
|Kubernetes NodePort
8483

8584
|===
8685

86+
.All machines to control plane
87+
[cols="2a,2a,5a",options="header"]
88+
|===
89+
90+
|Protocol
91+
|Port
92+
|Description
93+
94+
.2+|TCP
95+
|`2379`-`2380`
96+
|etcd server, peer, and metrics ports
97+
98+
|`6443`
99+
|Kubernetes API
100+
101+
|===
102+
87103
[discrete]
88104
== Network topology requirements
89105

0 commit comments

Comments
 (0)