Skip to content

Commit 01b431e

Browse files
committed
Update TOC
Signed-off-by: lauralorenz <[email protected]>
1 parent 12a2dac commit 01b431e

File tree

1 file changed

+10
-9
lines changed
  • keps/sig-node/4603-tune-crashloopbackoff

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,18 @@ tags, and then generate with `hack/update-toc.sh`.
8484
- [Non-Goals](#non-goals)
8585
- [Proposal](#proposal)
8686
- [Existing backoff curve change: front loaded decay](#existing-backoff-curve-change-front-loaded-decay)
87-
- [API opt in for max cap decay curve (<code>restartPolicy: Rapid</code>)](#api-opt-in-for-max-cap-decay-curve-restartpolicy-rapid)
8887
- [User Stories](#user-stories)
8988
- [Task isolation](#task-isolation)
9089
- [Fast restart on failure](#fast-restart-on-failure)
9190
- [Sidecar containers fast restart](#sidecar-containers-fast-restart)
9291
- [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional)
93-
- [On Success and the 10 minute recovery threshold](#on-success-and-the-10-minute-recovery-threshold)
92+
- [Risks and Mitigations](#risks-and-mitigations)
93+
- [Design Details](#design-details)
94+
- [Front loaded decay curve methodology](#front-loaded-decay-curve-methodology)
95+
- [Rapid curve methodology](#rapid-curve-methodology)
96+
- [Kubelet overhead analysis](#kubelet-overhead-analysis)
97+
- [Benchmarking](#benchmarking)
98+
- [Relationship with Job API podFailurePolicy and backoffLimit](#relationship-with-job-api-podfailurepolicy-and-backofflimit)
9499
- [Relationship with ImagePullBackOff](#relationship-with-imagepullbackoff)
95100
- [Test Plan](#test-plan)
96101
- [Prerequisite testing updates](#prerequisite-testing-updates)
@@ -104,18 +109,14 @@ tags, and then generate with `hack/update-toc.sh`.
104109
- [Upgrade / Downgrade Strategy](#upgrade--downgrade-strategy)
105110
- [Version Skew Strategy](#version-skew-strategy)
106111
- [Production Readiness Review Questionnaire](#production-readiness-review-questionnaire)
107-
- [Feature Enablement and Rollback](#feature-enablement-and-rollback)
108-
- [Rollout, Upgrade and Rollback Planning](#rollout-upgrade-and-rollback-planning)
109-
- [Monitoring Requirements](#monitoring-requirements)
110-
- [Dependencies](#dependencies)
111-
- [Scalability](#scalability)
112-
- [Troubleshooting](#troubleshooting)
113112
- [Implementation History](#implementation-history)
114113
- [Drawbacks](#drawbacks)
115114
- [Alternatives](#alternatives)
116115
- [Global override](#global-override)
117116
- [Per exit code configuration](#per-exit-code-configuration)
118-
- [Flat-rate restarts for <code>Succeeded</code> Pods](#flat-rate-restarts-for-succeeded-pods)
117+
- [<code>RestartPolicy: Rapid</code>](#restartpolicy-rapid)
118+
- [Flat-rate restarts for <code>Succeeded</code> Pods](#flat-rate-restarts-for-succeeded-pods)
119+
- [On Success and the 10 minute recovery threshold](#on-success-and-the-10-minute-recovery-threshold)
119120
- [Related: API opt-in for flat rate/quick restarts when transitioning from <code>Succeeded</code> phase](#related-api-opt-in-for-flat-ratequick-restarts-when-transitioning-from-succeeded-phase)
120121
- [Related: <code>Succeeded</code> vs <code>Rapid</code>ly failing: who's getting the better deal?](#related-succeeded-vs-rapidly-failing-whos-getting-the-better-deal)
121122
- [Front loaded decay with interval](#front-loaded-decay-with-interval)

0 commit comments

Comments
 (0)