File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
keps/sig-instrumentation/3466-kubernetes-component-health-slis Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -250,13 +250,13 @@ without any issues.
250
250
251
251
##### Integration tests
252
252
253
- - [X ] ensure existence of healthcheck endpoint (beta requirement)
253
+ - [ ] ensure existence of healthcheck endpoint (beta requirement)
254
254
255
255
- <test >: <link to test coverage >
256
256
257
257
##### e2e tests
258
258
259
- - [X ] ensure existence of healthcheck endpoint (beta requirement)
259
+ - [ ] ensure existence of healthcheck endpoint (beta requirement)
260
260
261
261
- <test >: <link to test coverage >
262
262
@@ -336,8 +336,7 @@ 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
- - [X] Feature gate (also fill in values in ` kep.yaml ` )
339
+ - [ ] Feature gate (also fill in values in ` kep.yaml ` )
341
340
- Feature gate name: ` ComponentSLIs `
342
341
- Components depending on the feature gate:
343
342
+ apiserver
@@ -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?
351
353
You can’t perform that action at this time.
0 commit comments