Skip to content

Commit 63c39cd

Browse files
committed
More formally add unresolved tags around entire proposal sections
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 121252c commit 63c39cd

File tree

1 file changed

+7
-1
lines changed
  • keps/sig-node/4603-tune-crashloopbackoff

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ The "Design Details" section below is for the real
307307
nitty-gritty.
308308
-->
309309

310+
<<[UNRESOLVED changing from 1.31 proposal to 1.32 proposal,
311+
incoming in a separate PR]>>
310312
This design seeks to incorporate a two-pronged approach:
311313

312314
1. Change the existing initial value for the backoff curve to stack more retries
@@ -343,6 +345,8 @@ Note that proposal will NOT change:
343345
once the max cap has been reached -- see
344346
[Alternatives](#more-complex-heuristics)
345347

348+
<<[/UNRESOLVED]>>
349+
346350

347351
### Existing backoff curve change: front loaded decay
348352

@@ -505,6 +509,8 @@ required) or even code snippets. If there's any ambiguity about HOW your
505509
proposal will be implemented, this is the place to discuss them.
506510
-->
507511

512+
<<[UNRESOLVED changing from 1.31 to 1.32 proposal, incoming in separate PR]>>
513+
508514
### Front loaded decay curve methodology
509515
As mentioned above, today the standard backoff curve is a 2x exponential decay
510516
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
739745
errors with ImagePullBackoff are less variable and better interpretable by the
740746
infrastructure as recovereable or non-recoverable (i.e. 404s).
741747

742-
748+
<<[/UNRESOLVED]>>
743749
### Test Plan
744750

745751
<!--

0 commit comments

Comments
 (0)