Skip to content

Commit 511963e

Browse files
committed
Add new KEP for configuring max CrashLoopBackOff delay
This KEP is mostly a copy of keps/sig-node/4603-tune-crashloopbackoff with all the tuning bits removed (and grammar adjusted to make sense). The desire is to advance this KEP to beta sooner than we'd be able to advance the other one.
1 parent f80e867 commit 511963e

File tree

9 files changed

+1990
-0
lines changed

9 files changed

+1990
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 5593
2+
alpha:
3+
approver: TBD

keps/sig-node/5593-configure-the-max-crashloopbackoff-delay/README.md

Lines changed: 1940 additions & 0 deletions
Large diffs are not rendered by default.
79.6 KB
Loading
10.8 KB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
title: Configure the max CrashLoopBackOff delay
2+
kep-number: 5593
3+
authors:
4+
- "@lauralorenz"
5+
owning-sig: sig-node
6+
# participating-sigs:
7+
# - sig-aaa
8+
# - sig-bbb
9+
status: implementable
10+
creation-date: 2025-09-30
11+
reviewers:
12+
- "@tallclair"
13+
approvers:
14+
- TBD
15+
16+
see-also:
17+
- "/keps/sig-node/4603-tune-crashloopbackoff"
18+
# replaces:
19+
# - "/keps/sig-ccc/3456-replaced-kep"
20+
21+
# The target maturity stage in the current dev cycle for this KEP.
22+
# If the purpose of this KEP is to deprecate a user-visible feature
23+
# and a Deprecated feature gates are added, they should be deprecated|disabled|removed.
24+
stage: beta
25+
26+
# The most recent milestone for which work toward delivery of this KEP has been
27+
# done. This can be the current (upcoming) milestone, if it is being actively
28+
# worked on.
29+
latest-milestone: "v1.34"
30+
31+
# The milestone at which this feature was, or is targeted to be, at each stage.
32+
milestone:
33+
alpha: "v1.32"
34+
beta: "v1.35"
35+
# stable: "v1.37"
36+
37+
# The following PRR answers are required at alpha release
38+
# List the feature gate name and the components for which it must be enabled
39+
feature-gates:
40+
- name: EnableKubeletCrashLoopBackoffMax
41+
components:
42+
- kubelet
43+
disable-supported: true
44+
45+
# The following PRR answers are required at beta release
46+
# metrics:
47+
# - my_feature_metric
25.8 KB
Loading
15.3 KB
Loading
14.4 KB
Loading
11.5 KB
Loading

0 commit comments

Comments
 (0)