File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
keps/sig-node/4603-tune-crashloopbackoff Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -190,13 +190,16 @@ are considered too conservative, especially in cases where the exit code was 0
190
190
(Success) and the pod is transitioned into a "Completed" state or the expected
191
191
length of the pod run is less than 10 minutes. This KEP proposes a three-pronged
192
192
approach to revisiting the CrashLoopBackoff behaviors for common use cases:
193
- 1 . modifying the standard backoff delay to decay slower, then plateau sharply,
194
- using empirically derived defaults intended to maintain node stability
193
+ 1 . modifying the standard backoff delay to decay slower
195
194
2 . allowing containers to opt-in to an even faster backoff curve regardless of
196
195
exit conditions
197
196
3 . reducing the backoff decay even further to sub-10 seconds plus jitter for all
198
197
pods transitioning directly from a ` Completed ` state
199
198
199
+ For each of these changes, the exact values are subject to modification in the
200
+ alpha period in order to empirically derive derived defaults intended to
201
+ maintain node stability.
202
+
200
203
## Motivation
201
204
202
205
<!--
You can’t perform that action at this time.
0 commit comments