Skip to content

Commit afdbe67

Browse files
authored
Merge pull request #5594 from hankfreund/clb_split_kep
KEP-5593: Configure the max CrashLoopBackOff delay
2 parents 6aab46c + 319387f commit afdbe67

File tree

11 files changed

+2086
-330
lines changed

11 files changed

+2086
-330
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kep-number: 5593
2+
alpha:
3+
approver: "@soltysh"
4+
beta:
5+
approver: "@soltysh"

keps/sig-node/4603-tune-crashloopbackoff/README.md

Lines changed: 49 additions & 324 deletions
Large diffs are not rendered by default.

keps/sig-node/4603-tune-crashloopbackoff/kep.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ reviewers:
1313
approvers:
1414
- "dchen1107"
1515

16-
# see-also:
17-
# - "/keps/sig-aaa/1234-we-heard-you-like-keps"
18-
# - "/keps/sig-bbb/2345-everyone-gets-a-kep"
16+
see-also:
17+
- "/keps/sig-node/5593-configure-the-max-crashloopbackoff-delay"
1918
# replaces:
2019
# - "/keps/sig-ccc/3456-replaced-kep"
2120

@@ -39,9 +38,7 @@ feature-gates:
3938
- name: ReduceDefaultCrashLoopBackoffDecay
4039
components:
4140
- kubelet
42-
- name: EnableKubeletCrashLoopBackoffMax
43-
components:
44-
- kubelet
41+
4542
disable-supported: true
4643
# The following PRR answers are required at beta release
4744
# metrics:

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

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

0 commit comments

Comments
 (0)