|
29 | 29 |
|
30 | 30 | Items marked with (R) are required *prior to targeting to a milestone / release*.
|
31 | 31 |
|
32 |
| -- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
33 |
| -- [x] (R) KEP approvers have approved the KEP status as `implementable` |
34 |
| -- [x] (R) Design details are appropriately documented |
35 |
| -- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input |
36 |
| -- [x] (R) Graduation criteria is in place |
| 32 | +- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 33 | +- [ ] (R) KEP approvers have approved the KEP status as `implementable` |
| 34 | +- [ ] (R) Design details are appropriately documented |
| 35 | +- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
| 36 | + - [ ] e2e Tests for all Beta API Operations (endpoints) |
| 37 | + - [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
| 38 | + - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free |
| 39 | +- [ ] (R) Graduation criteria is in place |
| 40 | + - [ ] (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) |
37 | 41 | - [ ] (R) Production readiness review completed
|
38 |
| -- [ ] Production readiness review approved |
| 42 | +- [ ] (R) Production readiness review approved |
39 | 43 | - [ ] "Implementation History" section is up-to-date for milestone
|
40 | 44 | - [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
|
41 |
| -- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
| 45 | +- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
42 | 46 |
|
43 | 47 |
|
44 | 48 | ## Summary
|
@@ -122,7 +126,6 @@ API changes to Service:
|
122 | 126 | Unit tests:
|
123 | 127 | - unit tests for the ipvs and iptables rules
|
124 | 128 | - unit tests for the validation
|
125 |
| -- unit tests for a new util in pkg/proxy |
126 | 129 |
|
127 | 130 | E2E tests:
|
128 | 131 | - The default behavior for `ipMode` does not break any existing e2e tests
|
|
0 commit comments