Skip to content

Commit c20bdb9

Browse files
authored
Merge pull request #102399 from JoeAldinger/OSDOCS-17248-4.18
[enterprise-4.18]OSDOCS-17248:removes SDN UDP port from OVN-K docs
2 parents 43bf281 + 4887081 commit c20bdb9

5 files changed

+12
-13
lines changed

modules/configuring-hybrid-ovnkubernetes.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ spec:
8080
hybridOverlayVXLANPort: 9898 <2>
8181
----
8282
<1> Specify the CIDR configuration used for nodes on the additional overlay network. The `hybridClusterNetwork` CIDR must not overlap with the `clusterNetwork` CIDR.
83-
<2> Specify a custom VXLAN port for the additional overlay network. This is required for running Windows nodes in a cluster installed on vSphere, and must not be configured for any other cloud provider. The custom port can be any open port excluding the default `4789` port. For more information on this requirement, see the Microsoft documentation on link:https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems#pod-to-pod-connectivity-between-hosts-is-broken-on-my-kubernetes-cluster-running-on-vsphere[Pod-to-pod connectivity between hosts is broken].
84-
--
83+
<2> Specify a custom VXLAN port for the additional overlay network. This is required for running Windows nodes in a cluster installed on vSphere, and must not be configured for any other cloud provider. The custom port can be any open port excluding the default `6081` port. For more information on this requirement, see link:https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems#pod-to-pod-connectivity-between-hosts-is-broken-on-my-kubernetes-cluster-running-on-vsphere[Pod-to-pod connectivity between hosts is broken] in the Microsoft documentation.
8584
+
8685
[NOTE]
8786
====
8887
Windows Server Long-Term Servicing Channel (LTSC): Windows Server 2019 is not supported on clusters with a custom `hybridOverlayVXLANPort` value because this Windows server version does not support selecting a custom VXLAN port.
8988
====
89+
--
9090

9191
. Save the `cluster-network-03-config.yml` file and quit the text editor.
9292
. Optional: Back up the `manifests/cluster-network-03-config.yml` file. The
@@ -131,7 +131,12 @@ where:
131131

132132
`cidr`:: Specify the CIDR configuration used for nodes on the additional overlay network. This CIDR must not overlap with the cluster network CIDR.
133133
`hostPrefix`:: Specifies the subnet prefix length to assign to each individual node. For example, if `hostPrefix` is set to `23`, then each node is assigned a `/23` subnet out of the given `cidr`, which allows for 510 (2^(32 - 23) - 2) pod IP addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.
134-
`hybridOverlayVXLANPort`:: Specify a custom VXLAN port for the additional overlay network. This is required for running Windows nodes in a cluster installed on vSphere, and must not be configured for any other cloud provider. The custom port can be any open port excluding the default `4789` port. For more information on this requirement, see the Microsoft documentation on link:https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems#pod-to-pod-connectivity-between-hosts-is-broken-on-my-kubernetes-cluster-running-on-vsphere[Pod-to-pod connectivity between hosts is broken].
134+
`hybridOverlayVXLANPort`:: Specify a custom VXLAN port for the additional overlay network. This is required for running Windows nodes in a cluster installed on vSphere, and must not be configured for any other cloud provider. The custom port can be any open port excluding the default `6081` port. For more information on this requirement, see link:https://docs.microsoft.com/en-us/virtualization/windowscontainers/kubernetes/common-problems#pod-to-pod-connectivity-between-hosts-is-broken-on-my-kubernetes-cluster-running-on-vsphere[Pod-to-pod connectivity between hosts is broken] in the Microsoft documentation.
135+
136+
[NOTE]
137+
====
138+
Windows Server Long-Term Servicing Channel (LTSC): Windows Server 2019 is not supported on clusters with a custom `hybridOverlayVXLANPort` value because this Windows server version does not support selecting a custom VXLAN port.
139+
====
135140
--
136141
+
137142
.Example output

modules/installation-about-custom-azure-vnet.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ the Cluster Version Operator on port `9099`.
154154
|The default ports that Kubernetes reserves
155155

156156
.6+|UDP
157-
|`4789`
158-
|VXLAN
159157

160158
|`6081`
161159
|Geneve

modules/installation-aws-user-infra-requirements.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,12 @@ a `AWS::EC2::SecurityGroupIngress` resource.
274274
|`MasterIngressVxlan`
275275
|Vxlan packets
276276
|`udp`
277-
|`4789`
277+
|`6081`
278278

279279
|`MasterIngressWorkerVxlan`
280280
|Vxlan packets
281281
|`udp`
282-
|`4789`
282+
|`6081`
283283

284284
|`MasterIngressInternal`
285285
|Internal cluster communication and Kubernetes proxy metrics
@@ -391,12 +391,12 @@ a `AWS::EC2::SecurityGroupIngress` resource.
391391
|`WorkerIngressVxlan`
392392
|Vxlan packets
393393
|`udp`
394-
|`4789`
394+
|`6081`
395395

396396
|`WorkerIngressWorkerVxlan`
397397
|Vxlan packets
398398
|`udp`
399-
|`4789`
399+
|`6081`
400400

401401
|`WorkerIngressInternal`
402402
|Internal cluster communication

modules/installation-network-user-infra.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ the Cluster Version Operator on port `9099`.
162162
|`22623`
163163
|The port handles traffic from the Machine Config Server and directs the traffic to the control plane machines.
164164
.6+|UDP
165-
|`4789`
166-
|VXLAN
167165

168166
|`6081`
169167
|Geneve

modules/installation-vsphere-installer-network-requirements.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ the Cluster Version Operator on port `9099`.
3838
|The default ports that Kubernetes reserves
3939

4040
.5+|UDP
41-
|`4789`
42-
|virtual extensible LAN (VXLAN)
4341

4442
|`6081`
4543
|Geneve

0 commit comments

Comments
 (0)