Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions keps/prod-readiness/sig-node/5593.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kep-number: 5593
alpha:
approver: "@soltysh"
beta:
approver: "@soltysh"
373 changes: 49 additions & 324 deletions keps/sig-node/4603-tune-crashloopbackoff/README.md

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions keps/sig-node/4603-tune-crashloopbackoff/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ feature-gates:
- name: ReduceDefaultCrashLoopBackoffDecay
components:
- kubelet
- name: EnableKubeletCrashLoopBackoffMax
components:
- kubelet

disable-supported: true
# The following PRR answers are required at beta release
# metrics:
Expand Down
1,957 changes: 1,957 additions & 0 deletions keps/sig-node/5593-configure-the-max-crashloopbackoff-delay/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
title: Configure the max CrashLoopBackOff delay
kep-number: 5593
authors:
- "@lauralorenz"
owning-sig: sig-node
# participating-sigs:
# - sig-aaa
# - sig-bbb
status: implementable
creation-date: 2025-09-30
reviewers:
- "@tallclair"
approvers:
- TBD

see-also:
- "/keps/sig-node/4603-tune-crashloopbackoff"
# replaces:
# - "/keps/sig-ccc/3456-replaced-kep"

# The target maturity stage in the current dev cycle for this KEP.
# If the purpose of this KEP is to deprecate a user-visible feature
# and a Deprecated feature gates are added, they should be deprecated|disabled|removed.
stage: beta

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.35"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.32"
beta: "v1.35"
# stable: "v1.37"

# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: EnableKubeletCrashLoopBackoffMax
components:
- kubelet
disable-supported: true

# The following PRR answers are required at beta release
# metrics:
# - my_feature_metric
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.