Skip to content

Commit 21483d0

Browse files
committed
5100 minor kep updates
Signed-off-by: Mark Rossett <[email protected]>
1 parent 66cb318 commit 21483d0

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
143143
- [X] (R) Graduation criteria is in place
144144
- [ ] (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)
145145
- [X] (R) Production readiness review completed
146-
- [ ] (R) Production readiness review approved
146+
- [X] (R) Production readiness review approved
147147
- [X] "Implementation History" section is up-to-date for milestone
148148
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149149
- [ ] 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
678678
The steps for the manual validation went as followed:
679679

680680
- 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.
683683
- Once the service IP became available, test that the service is from the each Windows node and outside of the cluster.
684684
- Redeploy the kube-proxy deamonSet with `--enable-dsr=false` to Windows worker nodes.
685685
- 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

Comments
 (0)