Skip to content

Commit 7650020

Browse files
marossetavin3sharavindhp
authored
Apply suggestions from code review
Co-authored-by: Avinesh Singh <[email protected]> Co-authored-by: Aravindh Puthiyaparambil <[email protected]>
1 parent 8864ace commit 7650020

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-windows/5100-windows-dsr-and-overlay-support

1 file changed

+2
-2
lines changed

keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ DSR provides performance optimizations by allowing the return traffic routed thr
199199
More information on DSR on Windows can be found [here](https://techcommunity.microsoft.com/blog/networkingblog/direct-server-return-dsr-in-a-nutshell/693710).
200200

201201
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.
203203

204204
### Goals
205205

@@ -327,7 +327,7 @@ a) Backend endpoints are any IP's outside the cluster ==> Choose Node's IP as th
327327
b) Backend endpoints are IP addresses of a remote node => Choose Node's IP as the source VIP
328328
c) Everything else (Local POD's, Remote POD's, Node IP of current Node) ==> Choose the specified source VIP
329329

330-
Everything else is handling by the Windows HNS.
330+
Everything else is handled by the Windows HNS.
331331

332332
### Test Plan
333333

0 commit comments

Comments
 (0)