Skip to content

Commit 034c0fd

Browse files
committed
Fix formatting
Signed-off-by: lauralorenz <[email protected]>
1 parent 8caa42a commit 034c0fd

File tree

1 file changed

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

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ tags, and then generate with `hack/update-toc.sh`.
121121
- [Front loaded decay with interval](#front-loaded-decay-with-interval)
122122
- [Late recovery](#late-recovery)
123123
- [More complex heuristics](#more-complex-heuristics)
124-
- [Expose podFailurePolicy to nonJob Pods](#expose-podfailurepolicy-to-nonjob-pods)
125-
- [Subsidize running time in backoff delay](#subsidize-running-time-in-backoff-delay)
126-
- [Detect anomalous workload crashes](#detect-anomalous-workload-crashes)
127124
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
128125
<!-- /toc -->
129126

@@ -1782,10 +1779,10 @@ observability and benchmarking work done within the scope of this KEP can help
17821779
users provide empirical support for further enhancements, and the following
17831780
review may be useful to such efforts in the future.
17841781

1785-
* Expose podFailurePolicy to nonJob Pods
1786-
* Subsidize successful running time/readinessProbe/livenessProbe seconds in
1787-
current backoff delay
1788-
* Detect anomalous workload crashes
1782+
* Expose podFailurePolicy to nonJob Pods
1783+
* Subsidize successful running time/readinessProbe/livenessProbe seconds in
1784+
current backoff delay
1785+
* Detect anomalous workload crashes
17891786

17901787

17911788
## Infrastructure Needed (Optional)

0 commit comments

Comments
 (0)