From 67be92c521f50094f4fce43bea4ff23a092f7c0a Mon Sep 17 00:00:00 2001 From: Cody Hoag Date: Wed, 1 Apr 2020 10:35:45 -0400 Subject: [PATCH 1/3] Adjust port tables --- modules/installation-network-user-infra.adoc | 25 ++++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/modules/installation-network-user-infra.adoc b/modules/installation-network-user-infra.adoc index edb7c9bab779..b80aa9f41624 100644 --- a/modules/installation-network-user-infra.adoc +++ b/modules/installation-network-user-infra.adoc @@ -50,13 +50,7 @@ of all other machines in the cluster. |Port |Description -.5+|TCP -|`2379`-`2380` -|etcd server, peer, and metrics ports - -|`6443` -|Kubernetes API - +.3+|TCP |`9000`-`9999` |Host level services, including the node exporter on ports `9100`-`9101` and the Cluster Version Operator on port `9099`. @@ -83,6 +77,23 @@ the Cluster Version Operator on port `9099`. |=== +.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 From 523bf725a84a2625f54370065a64e19d9c4546f8 Mon Sep 17 00:00:00 2001 From: Cody Hoag Date: Thu, 16 Apr 2020 11:50:32 -0400 Subject: [PATCH 2/3] Port updates based on feedback --- modules/installation-network-user-infra.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/installation-network-user-infra.adoc b/modules/installation-network-user-infra.adoc index b80aa9f41624..a10532d0d83b 100644 --- a/modules/installation-network-user-infra.adoc +++ b/modules/installation-network-user-infra.adoc @@ -50,19 +50,23 @@ of all other machines in the cluster. |Port |Description +|ICMP +|`0` +| + .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 @@ -72,6 +76,7 @@ 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 From 01c5ced7ee3565fc30bf877d8642afa881e77904 Mon Sep 17 00:00:00 2001 From: Cody Hoag Date: Tue, 21 Apr 2020 17:13:05 -0400 Subject: [PATCH 3/3] ICMP edits --- modules/installation-network-user-infra.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/installation-network-user-infra.adoc b/modules/installation-network-user-infra.adoc index a10532d0d83b..1605dc2c447c 100644 --- a/modules/installation-network-user-infra.adoc +++ b/modules/installation-network-user-infra.adoc @@ -51,8 +51,8 @@ of all other machines in the cluster. |Description |ICMP -|`0` -| +|N/A +|Network reachability tests .3+|TCP |`9000`-`9999`