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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
143
143
-[X] (R) Graduation criteria is in place
144
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)
145
145
-[X] (R) Production readiness review completed
146
-
-[] (R) Production readiness review approved
146
+
-[X] (R) Production readiness review approved
147
147
-[X] "Implementation History" section is up-to-date for milestone
148
148
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149
149
-[ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -678,8 +678,8 @@ For DSR support yes, manual verification was done to ensure that DSR can be enab
678
678
The steps for the manual validation went as followed:
679
679
680
680
- Create a cluster with 1 Linux control plane node and 2 Windows worker nodes.
681
-
-Deployo a kube-proxy deamonSet with `--feature-gates=WinDSR=true` and `--enable-dsr=true` to Windows worker nodes.
682
-
- Deploy IIS (Internet Information Services) on both Windows work nodes and expose the service with a LoadBalancer service.
681
+
-Deploy a kube-proxy deamonSet with `--feature-gates=WinDSR=true` and `--enable-dsr=true` to Windows worker nodes.
682
+
- Deploy IIS (Internet Information Services) on both Windows worker nodes and expose the service with a LoadBalancer service.
683
683
- Once the service IP became available, test that the service is from the each Windows node and outside of the cluster.
684
684
- Redeploy the kube-proxy deamonSet with `--enable-dsr=false` to Windows worker nodes.
685
685
- Wait for Kube-proxy to start and test that the service is still reachable from each Windows node and outside of the cluster.
0 commit comments