From 2c0fc45ac18bfc40ff3163eddc36b259886e97c3 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 199bfc41a38d..a09d572733cc 100644 --- a/modules/installation-network-user-infra.adoc +++ b/modules/installation-network-user-infra.adoc @@ -51,13 +51,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`. @@ -84,6 +78,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 c2c1eb2f5b84759699769e902eb86d06ac14b133 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 a09d572733cc..5e61b60f3112 100644 --- a/modules/installation-network-user-infra.adoc +++ b/modules/installation-network-user-infra.adoc @@ -51,19 +51,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 @@ -73,6 +77,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 c571fb032960ac7d07a4d2f265104b3703b8fa14 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 5e61b60f3112..5057748cc318 100644 --- a/modules/installation-network-user-infra.adoc +++ b/modules/installation-network-user-infra.adoc @@ -52,8 +52,8 @@ of all other machines in the cluster. |Description |ICMP -|`0` -| +|N/A +|Network reachability tests .3+|TCP |`9000`-`9999`