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
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,16 +137,16 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
137
137
-[X] (R) KEP approvers have approved the KEP status as `implementable`
138
138
-[X] (R) Design details are appropriately documented
139
139
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
140
-
-[] e2e Tests for all Beta API Operations (endpoints)
141
-
-[] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
140
+
-[X] e2e Tests for all Beta API Operations (endpoints)
141
+
-[X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142
+
-[X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143
143
-[X] (R) Graduation criteria is in place
144
-
-[] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
144
+
-[X] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
145
145
-[X] (R) Production readiness review completed
146
146
-[X] (R) Production readiness review approved
147
147
-[X] "Implementation History" section is up-to-date for milestone
148
-
-[] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149
-
-[] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
148
+
-[X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149
+
-[X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
150
150
151
151
<!--
152
152
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -459,6 +459,9 @@ N/A - This feature is already implemented.
459
459
460
460
- 2 or more CNI solutions support overlay networking mode for Windows nodes.
461
461
462
+
1.[Calico networking](https://github.com/projectcalico/calico/blob/cf9455706a1fc6e9d5b11e4556f3d087007124e7/node/windows-packaging/CalicoWindows/kubernetes/kube-proxy-service.ps1#L65-L79) on Windows enables WinOverlay feature if the underlying HNS network is of type overlay.
463
+
2.[Flannel](https://github.com/microsoft/SDN/blob/master/Kubernetes/flannel/start-kubeproxy.ps1#L19-L28) networking does the same.
464
+
462
465
<!--
463
466
464
467
**Note:** Generally we also wait at least two releases between beta and
@@ -616,6 +619,11 @@ For DSR, kube-proxy should resync HNS rules and start using DSR again.
616
619
617
620
###### Are there any tests for feature enablement/disablement?
618
621
622
+
We have periodic test passes running in prow that use both of these configurations
623
+
624
+
-[capz-windows-master-containerd2](https://testgrid.k8s.io/sig-windows-signal#capz-windows-master-containerd2) all of the Windows CAPZ tests use calico by default.
625
+
-[ltsc2025-containerd-flannel-sdnoverlay-master](https://testgrid.k8s.io/sig-windows-networking#ltsc2025-containerd-flannel-sdnoverlay-master) for flannel with overlay networking mode.
626
+
619
627
<!--
620
628
The e2e framework does not currently support enabling or disabling feature
621
629
gates. However, unit tests in each component dealing with managing data, created
@@ -967,6 +975,8 @@ We have not observed any additional failure modes with DSR or overlay networking
967
975
968
976
###### What steps should be taken if SLOs are not being met to determine the problem?
0 commit comments