You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ DSR provides performance optimizations by allowing the return traffic routed thr
199
199
More information on DSR on Windows can be found [here](https://techcommunity.microsoft.com/blog/networkingblog/direct-server-return-dsr-in-a-nutshell/693710).
200
200
201
201
Overlay networking mode is a common networking mode used in Kubernetes clusters and is required by some for some important scenarios like network policy support with Calico CNI.
202
-
Adding support for overlay networking mode in Windows kube-proxy will allow users to use more CNI soluitons with Windows nodes.
202
+
Adding support for overlay networking mode in Windows kube-proxy will allow users to use more CNI solutions with Windows nodes.
203
203
204
204
### Goals
205
205
@@ -327,7 +327,7 @@ a) Backend endpoints are any IP's outside the cluster ==> Choose Node's IP as th
327
327
b) Backend endpoints are IP addresses of a remote node => Choose Node's IP as the source VIP
328
328
c) Everything else (Local POD's, Remote POD's, Node IP of current Node) ==> Choose the specified source VIP
0 commit comments