File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
keps/sig-node/4603-tune-crashloopbackoff Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ tags, and then generate with `hack/update-toc.sh`.
121
121
- [ Front loaded decay with interval] ( #front-loaded-decay-with-interval )
122
122
- [ Late recovery] ( #late-recovery )
123
123
- [ 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 )
127
124
- [ Infrastructure Needed (Optional)] ( #infrastructure-needed-optional )
128
125
<!-- /toc -->
129
126
@@ -1782,10 +1779,10 @@ observability and benchmarking work done within the scope of this KEP can help
1782
1779
users provide empirical support for further enhancements, and the following
1783
1780
review may be useful to such efforts in the future.
1784
1781
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
1789
1786
1790
1787
1791
1788
# # Infrastructure Needed (Optional)
You can’t perform that action at this time.
0 commit comments