Skip to content

Commit 72e6683

Browse files
authored
Merge pull request #4893 from lauralorenz/kep-4603-tune-crashloopbackoff-132
KEP-4603: tune crashloopbackoff for 1.32
2 parents 3e50abe + 220604e commit 72e6683

File tree

9 files changed

+1145
-252
lines changed

9 files changed

+1145
-252
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 4603
2+
alpha:
3+
approver: "@soltysh"

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

Lines changed: 1135 additions & 241 deletions
Large diffs are not rendered by default.
79.6 KB
Loading
23 KB
Loading

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ owning-sig: sig-node
66
# participating-sigs:
77
# - sig-aaa
88
# - sig-bbb
9-
status: provisional
9+
status: implementable
1010
creation-date: 2024-04-29
1111
reviewers:
1212
- "@tallclair"
13-
- "@pehunt"
1413
approvers:
15-
- "SergeyKanzhelev"
14+
- "dchen1107"
1615

1716
# see-also:
1817
# - "/keps/sig-aaa/1234-we-heard-you-like-keps"
@@ -26,11 +25,11 @@ stage: alpha
2625
# The most recent milestone for which work toward delivery of this KEP has been
2726
# done. This can be the current (upcoming) milestone, if it is being actively
2827
# worked on.
29-
# latest-milestone: "v1.32"
28+
latest-milestone: "v1.32"
3029

3130
# The milestone at which this feature was, or is targeted to be, at each stage.
3231
milestone:
33-
# alpha: "v1.32"
32+
alpha: "v1.32"
3433
# beta: "v1.34"
3534
# stable: "v1.37"
3635

@@ -39,14 +38,11 @@ milestone:
3938
feature-gates:
4039
- name: ReduceDefaultCrashLoopBackoffDecay
4140
components:
42-
- kube-apiserver
4341
- kubelet
44-
# - name: EnableRapidCrashLoopBackoffDecay
45-
# components:
46-
# - kube-apiserver
47-
# - kubelet
42+
- name: EnableKubeletCrashLoopBackoffMax
43+
components:
44+
- kubelet
4845
disable-supported: true
49-
5046
# The following PRR answers are required at beta release
5147
# metrics:
5248
# - my_feature_metric
25.8 KB
Loading
19 KB
Loading
15.3 KB
Loading
16 KB
Loading

0 commit comments

Comments
 (0)