File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
keps/sig-node/4603-tune-crashloopbackoff Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,8 @@ The "Design Details" section below is for the real
307
307
nitty-gritty.
308
308
-->
309
309
310
+ <<[ UNRESOLVED changing from 1.31 proposal to 1.32 proposal,
311
+ incoming in a separate PR] >>
310
312
This design seeks to incorporate a two-pronged approach:
311
313
312
314
1 . Change the existing initial value for the backoff curve to stack more retries
@@ -343,6 +345,8 @@ Note that proposal will NOT change:
343
345
once the max cap has been reached -- see
344
346
[ Alternatives] ( #more-complex-heuristics )
345
347
348
+ <<[ /UNRESOLVED] >>
349
+
346
350
347
351
### Existing backoff curve change: front loaded decay
348
352
@@ -505,6 +509,8 @@ required) or even code snippets. If there's any ambiguity about HOW your
505
509
proposal will be implemented, this is the place to discuss them.
506
510
-->
507
511
512
+ <<[ UNRESOLVED changing from 1.31 to 1.32 proposal, incoming in separate PR] >>
513
+
508
514
### Front loaded decay curve methodology
509
515
As mentioned above, today the standard backoff curve is a 2x exponential decay
510
516
starting at 10s and capping at 5 minutes, resulting in a composite of the
@@ -739,7 +745,7 @@ completely different pattern, as unlike with CrashLoopBackoff the types of
739
745
errors with ImagePullBackoff are less variable and better interpretable by the
740
746
infrastructure as recovereable or non-recoverable (i.e. 404s).
741
747
742
-
748
+ <<[/UNRESOLVED]>>
743
749
# ## Test Plan
744
750
745
751
<!--
You can’t perform that action at this time.
0 commit comments