Skip to content

Commit dc349ca

Browse files
authored
Merge pull request #32620 from EricPonvelle/WMCO-451-NoticeOfVersion
2 parents ea82af6 + 809f3d4 commit dc349ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/configuring-hybrid-ovnkubernetes.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,13 @@ spec:
7373
hybridOverlayVXLANPort: 9898 <2>
7474
----
7575
<1> Specify the CIDR configuration used for nodes on the additional overlay network. The `hybridClusterNetwork` CIDR cannot overlap with the `clusterNetwork` CIDR.
76-
<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].
76+
<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].
7777
--
78+
+
79+
[NOTE]
80+
====
81+
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.
82+
====
7883

7984
. Save the `cluster-network-03-config.yml` file and quit the text editor.
8085
. Optional: Back up the `manifests/cluster-network-03-config.yml` file. The

0 commit comments

Comments
 (0)