Skip to content

Commit 5867720

Browse files
committed
fixups
1 parent 2ee2040 commit 5867720

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

keps/prod-readiness/sig-windows/5100.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
# "prod-readiness-approvers" group
33
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
44
kep-number: 5100
5-
beta:
5+
alpha:
66
approver: ""
7+
beta:
8+
approver: "@TBD"

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,17 @@ tags, and then generate with `hack/update-toc.sh`.
8989
- [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional)
9090
- [Risks and Mitigations](#risks-and-mitigations)
9191
- [Design Details](#design-details)
92+
- [DSR Enablement](#dsr-enablement)
93+
- [Overlay support](#overlay-support)
9294
- [Test Plan](#test-plan)
9395
- [Prerequisite testing updates](#prerequisite-testing-updates)
9496
- [Unit tests](#unit-tests)
9597
- [Integration tests](#integration-tests)
9698
- [e2e tests](#e2e-tests)
9799
- [Graduation Criteria](#graduation-criteria)
100+
- [Alpha](#alpha)
101+
- [Beta](#beta)
102+
- [GA](#ga)
98103
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
99104
- [Version Skew Strategy](#version-skew-strategy)
100105
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
@@ -443,7 +448,7 @@ N/A - This feature is already implemented.
443448

444449
#### GA
445450

446-
- 2 or mroe CNI solutions support overlay networking mode for Windows nodes.
451+
- 2 or more CNI solutions support overlay networking mode for Windows nodes.
447452

448453
<!--
449454
@@ -637,7 +642,7 @@ rollout. Similarly, consider large clusters and how enablement/disablement
637642
will rollout across nodes.
638643
-->
639644

640-
For DSR a rollout or rollback shoudl not fail. Nodes can operator with DSR enabled or disabled per node in a cluster.
645+
For DSR a rollout or rollback should not fail. Nodes can operator with DSR enabled or disabled per node in a cluster.
641646

642647
For overlay networking mode support, a rollout can fail if the CNI configuration for the node and kube-proxy configuration are not in sync. This would cause nodes to never go into the Ready state.
643648

keps/sig-windows/5100-windows-dsr-and-overlay-support/kep.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ disable-supported: true
4343

4444
# The following PRR answers are required at beta release
4545
metrics:
46+
- "N/A"

0 commit comments

Comments
 (0)