Skip to content

Commit 636d1dc

Browse files
committed
Match summary with last change
Signed-off-by: Laura Lorenz <[email protected]>
1 parent eebd38b commit 636d1dc

File tree

1 file changed

+5
-2
lines changed
  • keps/sig-node/4603-tune-crashloopbackoff

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,16 @@ are considered too conservative, especially in cases where the exit code was 0
190190
(Success) and the pod is transitioned into a "Completed" state or the expected
191191
length of the pod run is less than 10 minutes. This KEP proposes a three-pronged
192192
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
195194
2. allowing containers to opt-in to an even faster backoff curve regardless of
196195
exit conditions
197196
3. reducing the backoff decay even further to sub-10 seconds plus jitter for all
198197
pods transitioning directly from a `Completed` state
199198

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+
200203
## Motivation
201204

202205
<!--

0 commit comments

Comments
 (0)