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-apps/3017-pod-healthy-policy-for-pdb/README.md
+16-83Lines changed: 16 additions & 83 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,18 +59,18 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
59
59
60
60
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
61
61
-[x] (R) KEP approvers have approved the KEP status as `implementable`
62
-
-[] (R) Design details are appropriately documented
63
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
62
+
-[x] (R) Design details are appropriately documented
63
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
64
64
-[ ] e2e Tests for all Beta API Operations (endpoints)
65
65
-[ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
66
66
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
67
-
-[] (R) Graduation criteria is in place
67
+
-[x] (R) Graduation criteria is in place
68
68
-[ ] (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)
69
69
-[ ] (R) Production readiness review completed
70
70
-[ ] (R) Production readiness review approved
71
-
-[] "Implementation History" section is up-to-date for milestone
72
-
-[] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
73
-
-[] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
71
+
-[x] "Implementation History" section is up-to-date for milestone
72
+
-[x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
73
+
-[x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
This can inform certain test coverage improvements that we want to do before
247
-
extending the production code to implement this enhancement.
248
-
-->
249
-
250
213
The core packages (with their unit test coverage) which are going to be modified during the implementation:
251
214
-`k8s.io/kubernetes/pkg/apis/policy/validation`: `5 October 2022` - `93%`<!--(validation of the PodDisruptionBudget configuration with regard to the unhealthyPodEvictionPolicy)-->
252
215
-`k8s.io/kubernetes/pkg/apis/policy/v1`: `5 October 2022` - `60%`<!--(extension of PodDisruptionBudgetSpec)-->
@@ -267,21 +230,13 @@ Integration tests covering:
267
230
- Correct behavior for both policies in the eviction API.
268
231
- Feature gate disablement.
269
232
270
-
271
-
<!--
272
-
This question should be filled when targeting a release.
273
-
For Alpha, describe what tests will be added to ensure proper quality of the enhancement.
274
-
For Beta and GA, add links to added tests together with links to k8s-triage for those tests:
0 commit comments