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-12Lines changed: 14 additions & 12 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.
@@ -336,7 +336,6 @@ We will target this feature behind a flag `ComponentSLIs`
336
336
337
337
###### How can this feature be enabled / disabled in a live cluster?
338
338
339
-
340
339
-[ ] Feature gate (also fill in values in `kep.yaml`)
341
340
- Feature gate name: `ComponentSLIs`
342
341
- Components depending on the feature gate:
@@ -346,6 +345,9 @@ We will target this feature behind a flag `ComponentSLIs`
346
345
+ controller-manager
347
346
+ kube-proxy
348
347
348
+
###### Are there any tests for feature enablement/disablement?
349
+
350
+
Given this feature is purely in-memory, no enablement/disablement tests are needed.
349
351
350
352
###### Does enabling the feature change any default behavior?
0 commit comments