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-instrumentation/3466-kubernetes-component-health-slis/README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,20 +128,20 @@ checklist items _must_ be updated for the enhancement to be released.
128
128
129
129
Items marked with (R) are required *prior to targeting to a milestone / release*.
130
130
131
-
-[] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
132
-
-[] (R) KEP approvers have approved the KEP status as `implementable`
133
-
-[] (R) Design details are appropriately documented
134
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
135
-
-[] e2e Tests for all Beta API Operations (endpoints)
136
-
-[] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
137
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
131
+
-[X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
132
+
-[X] (R) KEP approvers have approved the KEP status as `implementable`
133
+
-[X] (R) Design details are appropriately documented
134
+
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
135
+
-[X] e2e Tests for all Beta API Operations (endpoints)
136
+
-[X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
137
+
-[X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
138
138
-[ ] (R) Graduation criteria is in place
139
139
-[ ] (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)
140
-
-[] (R) Production readiness review completed
140
+
-[X] (R) Production readiness review completed
141
141
-[ ] (R) Production readiness review approved
142
-
-[] "Implementation History" section is up-to-date for milestone
143
-
-[] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
144
-
-[] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
142
+
-[X] "Implementation History" section is up-to-date for milestone
143
+
-[X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
144
+
-[X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
145
145
146
146
<!--
147
147
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -250,13 +250,13 @@ without any issues.
250
250
251
251
##### Integration tests
252
252
253
-
-[] ensure existence of healthcheck endpoint (beta requirement)
253
+
-[X] ensure existence of healthcheck endpoint (beta requirement)
254
254
255
255
- <test>: <linktotestcoverage>
256
256
257
257
##### e2e tests
258
258
259
-
-[] ensure existence of healthcheck endpoint (beta requirement)
259
+
-[X] ensure existence of healthcheck endpoint (beta requirement)
260
260
261
261
- <test>: <linktotestcoverage>
262
262
@@ -337,7 +337,7 @@ We will target this feature behind a flag `ComponentSLIs`
337
337
###### How can this feature be enabled / disabled in a live cluster?
338
338
339
339
340
-
-[] Feature gate (also fill in values in `kep.yaml`)
340
+
-[X] Feature gate (also fill in values in `kep.yaml`)
0 commit comments