File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # See the OWNERS docs at https://go.k8s.io/owners
2
+
3
+ approvers:
4
+ - SergeyKanzhelev # scaling the approvers for individual KEPs
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ Only the kube-apiserver will need to enable the feature gate for the full featur
383
383
384
384
- [x] Feature gate (also fill in values in ` kep.yaml ` )
385
385
- Feature gate name: PodLifecycleSleepActionAllowZero
386
- - Components depending on the feature gate:
386
+ - Components depending on the feature gate: kube-apiserver
387
387
- [ ] Other
388
388
- Describe the mechanism:
389
389
- Will enabling / disabling the feature require downtime of the control
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ participating-sigs: []
7
7
status : implementable
8
8
creation-date : " 2024-09-16"
9
9
10
- reviewers : []
11
- approvers : []
10
+ reviewers :
11
+ - " @kannon92"
12
+ approvers :
13
+ - " @SergeyKanzhelev"
12
14
13
15
see-also :
14
16
- " /keps/sig-node/3960-pod-lifecycle-sleep-action"
You can’t perform that action at this time.
0 commit comments