Skip to content

Commit 3dc528a

Browse files
authored
Merge pull request #4884 from adrianmoisey/update-relaxed-dns
KEP-4427: Update status of KEP
2 parents 120cb8b + c2c36f0 commit 3dc528a

File tree

1 file changed

+18
-21
lines changed
  • keps/sig-network/4427-relaxed-dns-search-validation

1 file changed

+18
-21
lines changed

keps/sig-network/4427-relaxed-dns-search-validation/README.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ checklist items _must_ be updated for the enhancement to be released.
5959

6060
Items marked with (R) are required *prior to targeting to a milestone / release*.
6161

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)
6666
- [ ] e2e Tests for all Beta API Operations (endpoints)
6767
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
6868
- [ ] (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
7070
- [ ] (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
7373
- [ ] "Implementation History" section is up-to-date for milestone
7474
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
7575
- [ ] 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
264264
### Graduation Criteria
265265

266266
#### 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
269269

270270
#### Beta
271-
- No trouble reports from alpha release
271+
- [ ] No trouble reports from alpha release
272272

273273
#### 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.
275275

276276
### Upgrade / Downgrade Strategy
277277

@@ -496,16 +496,13 @@ N/A
496496

497497
## Implementation History
498498

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
507-
- when the KEP was retired or superseded
508-
-->
499+
- [x] Alpha
500+
- [x] KEP (`k/enhancements`) update PR(s):
501+
- https://github.com/kubernetes/enhancements/pull/4428
502+
- https://github.com/kubernetes/enhancements/pull/4755
503+
- [x] Code (`k/k`) update PR(s):
504+
- https://github.com/kubernetes/kubernetes/pull/127167
505+
- [ ] Docs (`k/website`) update PR(s):
509506

510507
## Drawbacks
511508

0 commit comments

Comments
 (0)