Skip to content

Commit 00210ac

Browse files
Added reviewers and approvers
1 parent 3612add commit 00210ac

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
approvers:
4+
- SergeyKanzhelev # scaling the approvers for individual KEPs

keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ Only the kube-apiserver will need to enable the feature gate for the full featur
383383

384384
- [x] Feature gate (also fill in values in `kep.yaml`)
385385
- Feature gate name: PodLifecycleSleepActionAllowZero
386-
- Components depending on the feature gate:
386+
- Components depending on the feature gate: kube-apiserver
387387
- [ ] Other
388388
- Describe the mechanism:
389389
- Will enabling / disabling the feature require downtime of the control

keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook/kep.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ participating-sigs: []
77
status: implementable
88
creation-date: "2024-09-16"
99

10-
reviewers: []
11-
approvers: []
10+
reviewers:
11+
- "@kannon92"
12+
approvers:
13+
- "@SergeyKanzhelev"
1214

1315
see-also:
1416
- "/keps/sig-node/3960-pod-lifecycle-sleep-action"

0 commit comments

Comments
 (0)