Skip to content

Commit 3e2731b

Browse files
authored
Merge pull request #26465 from perithompson/patch-1
Added limitation with windows network services
2 parents 2da53bc + 52920a9 commit 3e2731b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md

+1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ The following networking functionality is not supported on Windows nodes
308308
* Host networking mode is not available for Windows pods
309309
* Local NodePort access from the node itself fails (works for other nodes or external clients)
310310
* Accessing service VIPs from nodes will be available with a future release of Windows Server
311+
* A single service can only support up to 64 backend pods / unique destination IPs
311312
* Overlay networking support in kube-proxy is an alpha release. In addition, it requires [KB4482887](https://support.microsoft.com/en-us/help/4482887/windows-10-update-kb4482887) to be installed on Windows Server 2019
312313
* Local Traffic Policy and DSR mode
313314
* Windows containers connected to l2bridge, l2tunnel, or overlay networks do not support communicating over the IPv6 stack. There is outstanding Windows platform work required to enable these network drivers to consume IPv6 addresses and subsequent Kubernetes work in kubelet, kube-proxy, and CNI plugins.

0 commit comments

Comments
 (0)