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-network/4427-relaxed-dns-search-validation/README.md
+18-21Lines changed: 18 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,17 @@ checklist items _must_ be updated for the enhancement to be released.
59
59
60
60
Items marked with (R) are required *prior to targeting to a milestone / release*.
61
61
62
-
-[] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
63
-
-[] (R) KEP approvers have approved the KEP status as `implementable`
64
-
-[] (R) Design details are appropriately documented
65
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
62
+
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
63
+
-[x] (R) KEP approvers have approved the KEP status as `implementable`
64
+
-[x] (R) Design details are appropriately documented
65
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
66
66
-[ ] e2e Tests for all Beta API Operations (endpoints)
67
67
-[ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
68
68
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
69
-
-[] (R) Graduation criteria is in place
69
+
-[x] (R) Graduation criteria is in place
70
70
-[ ] (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)
71
-
-[] (R) Production readiness review completed
72
-
-[] (R) Production readiness review approved
71
+
-[x] (R) Production readiness review completed
72
+
-[x] (R) Production readiness review approved
73
73
-[ ] "Implementation History" section is up-to-date for milestone
74
74
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
75
75
-[ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -264,14 +264,14 @@ In addition to the Pod itself, each integration test should be repeated with obj
264
264
### Graduation Criteria
265
265
266
266
#### Alpha
267
-
- Feature implemented behind a gate
268
-
- Initial e2e tests completed and enabled
267
+
-[X]Feature implemented behind a gate
268
+
-[X]Initial e2e tests completed and enabled
269
269
270
270
#### Beta
271
-
- No trouble reports from alpha release
271
+
-[ ]No trouble reports from alpha release
272
272
273
273
#### GA
274
-
- No trouble reports with the beta release, plus some anecdotal evidence of it being used successfully.
274
+
-[ ]No trouble reports with the beta release, plus some anecdotal evidence of it being used successfully.
275
275
276
276
### Upgrade / Downgrade Strategy
277
277
@@ -496,16 +496,13 @@ N/A
496
496
497
497
## Implementation History
498
498
499
-
<!--
500
-
Major milestones in the lifecycle of a KEP should be tracked in this section.
501
-
Major milestones might include:
502
-
- the `Summary` and `Motivation` sections being merged, signaling SIG acceptance
503
-
- the `Proposal` section being merged, signaling agreement on a proposed design
504
-
- the date implementation started
505
-
- the first Kubernetes release where an initial version of the KEP was available
506
-
- the version of Kubernetes where the KEP graduated to general availability
0 commit comments