Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
00d1011
Update proposal and risk section for 1.32
lauralorenz Sep 17, 2024
1273fbd
Add refactor for backoff counter reset threshold, and resolve major d…
lauralorenz Sep 20, 2024
978d99d
Cleanup TODO and lingering unresolved tag
lauralorenz Sep 20, 2024
1461b6a
Reformatting some paragraphs
lauralorenz Sep 23, 2024
03c1284
Update kubelet overhead analysis
lauralorenz Sep 23, 2024
83ca22b
rewrap
lauralorenz Sep 23, 2024
fb56335
Update more per node details
lauralorenz Sep 24, 2024
e0f35ba
Specify kubelet configuration implementation
lauralorenz Sep 24, 2024
a4412ed
Update graduation criteria with 1.32 proposal stuff
lauralorenz Sep 24, 2024
21caaa6
Update with conflict resolution info
lauralorenz Sep 24, 2024
c9f7bad
Internal consistency and proofreading run
lauralorenz Sep 24, 2024
c3d9e2c
Add some new unresolved tags from IRL comments
lauralorenz Sep 24, 2024
b879c7f
Clean up some unresolved's to undraft
lauralorenz Sep 30, 2024
0293f6f
Update graphs, remove some other unresolveds
lauralorenz Sep 30, 2024
9229a7d
Add new graphs
lauralorenz Sep 30, 2024
a31f622
Add conflict resolution table
lauralorenz Sep 30, 2024
5a50201
Fix napkin math in risks and mitigations
lauralorenz Sep 30, 2024
154a5c9
Address free restart issue in design details
lauralorenz Sep 30, 2024
ea3988f
Fix some lingering unresolveds
lauralorenz Sep 30, 2024
97cb477
Remove benchmarking ifftt, can add later
lauralorenz Sep 30, 2024
d81363d
Update toc
lauralorenz Sep 30, 2024
40073eb
spelling
lauralorenz Sep 30, 2024
5997b34
update some grad criteria and version skew info
lauralorenz Oct 1, 2024
8b08e00
Specify when node is set but feature gate is off
lauralorenz Oct 2, 2024
6f13d3b
Change from kubelet flags to KubeletConfiguration for per node config
lauralorenz Oct 2, 2024
e4c8ce4
update toc
lauralorenz Oct 2, 2024
6ab6e96
PRR and welcome back to soltysh as my reviewer O:)
lauralorenz Oct 2, 2024
fb7ed3f
Spelling errors and TOC
lauralorenz Oct 2, 2024
f721bd3
implementable, come at me bots
lauralorenz Oct 2, 2024
53356d7
Fix incorrect purple line in graphs
lauralorenz Oct 2, 2024
627fe50
Merge branch 'kubernetes:master' into kep-4603-tune-crashloopbackoff-132
lauralorenz Oct 2, 2024
d25595c
Add latest-milestone and alpha milestone back in
lauralorenz Oct 2, 2024
58df245
More accurately represent the motivation for KubeletConfiguration
lauralorenz Oct 4, 2024
1a5f314
Explicitly add proposed fields for KubeletConfiguration
lauralorenz Oct 4, 2024
4b3835f
Revisit 300s validation for per node config in beta
lauralorenz Oct 4, 2024
9eacadb
Merge branch 'kep-4603-tune-crashloopbackoff-132-copy' into kep-4603-…
lauralorenz Oct 4, 2024
1515af5
Add unresolved comments, and annotated unresolved with target stage
lauralorenz Oct 4, 2024
220604e
crashloopbackoff.max -> crashloopbackoff.maxSeconds
lauralorenz Oct 5, 2024
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
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-node/4603.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 4603
alpha:
approver: "@soltysh"
1,376 changes: 1,135 additions & 241 deletions keps/sig-node/4603-tune-crashloopbackoff/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.
18 changes: 7 additions & 11 deletions keps/sig-node/4603-tune-crashloopbackoff/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ owning-sig: sig-node
# participating-sigs:
# - sig-aaa
# - sig-bbb
status: provisional
status: implementable
creation-date: 2024-04-29
reviewers:
- "@tallclair"
- "@pehunt"
approvers:
- "SergeyKanzhelev"
- "dchen1107"

# see-also:
# - "/keps/sig-aaa/1234-we-heard-you-like-keps"
Expand All @@ -26,11 +25,11 @@ stage: alpha
# 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.32"
latest-milestone: "v1.32"

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

Expand All @@ -39,14 +38,11 @@ milestone:
feature-gates:
- name: ReduceDefaultCrashLoopBackoffDecay
components:
- kube-apiserver
- kubelet
# - name: EnableRapidCrashLoopBackoffDecay
# components:
# - kube-apiserver
# - kubelet
- 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.