Skip to content

BZ#1726773 Enhance 4.x required ports tables #20811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 24 additions & 8 deletions modules/installation-network-user-infra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,23 @@ of all other machines in the cluster.
|Port
|Description

.5+|TCP
|`2379`-`2380`
|etcd server, peer, and metrics ports

|`6443`
|Kubernetes API
|ICMP
|N/A
|Network reachability tests

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

|`10249`-`10259`
|`10250`-`10259`
|The default ports that Kubernetes reserves

|`10256`
|openshift-sdn


.4+|UDP
.3+|UDP
|`4789`
|VXLAN and GENEVE

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

|TCP/UDP
|`30000`-`32767`
|Kubernetes NodePort

|===

.All machines to control plane
[cols="2a,2a,5a",options="header"]
|===

|Protocol
|Port
|Description

.2+|TCP
|`2379`-`2380`
|etcd server, peer, and metrics ports

|`6443`
|Kubernetes API

|===

[discrete]
== Network topology requirements

Expand Down