Skip to content

Commit ed5d0b1

Browse files
authored
Merge pull request #4604 from lauralorenz/kep-4603-tune-crashloopbackoff-node
KEP-4603: initial KEP for Tune CrashLoopBackoff
2 parents 9de17aa + 21493fa commit ed5d0b1

10 files changed

+1489
-0
lines changed

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

Lines changed: 1437 additions & 0 deletions
Large diffs are not rendered by default.
11.6 KB
Loading
21.2 KB
Loading
16.6 KB
Loading
10.8 KB
Loading
15.5 KB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
title: Tune Crashloop Backoff
2+
kep-number: 4603
3+
authors:
4+
- "@lauralorenz"
5+
owning-sig: sig-node
6+
# participating-sigs:
7+
# - sig-aaa
8+
# - sig-bbb
9+
status: provisional
10+
creation-date: 2024-04-29
11+
reviewers:
12+
- "@tallclair"
13+
- "@pehunt"
14+
approvers:
15+
- "SergeyKanzhelev"
16+
17+
# see-also:
18+
# - "/keps/sig-aaa/1234-we-heard-you-like-keps"
19+
# - "/keps/sig-bbb/2345-everyone-gets-a-kep"
20+
# replaces:
21+
# - "/keps/sig-ccc/3456-replaced-kep"
22+
23+
# The target maturity stage in the current dev cycle for this KEP.
24+
stage: alpha
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.32"
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.34"
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: ReduceDefaultCrashLoopBackoffDecay
41+
components:
42+
- kube-apiserver
43+
- kubelet
44+
# - name: EnableRapidCrashLoopBackoffDecay
45+
# components:
46+
# - kube-apiserver
47+
# - kubelet
48+
disable-supported: true
49+
50+
# The following PRR answers are required at beta release
51+
# metrics:
52+
# - my_feature_metric
14.4 KB
Loading
12.7 KB
Loading
11.5 KB
Loading

0 commit comments

Comments
 (0)