File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
keps/sig-node/4603-tune-crashloopbackoff Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,15 @@ CrashLoopBackOffBehavior of today vs the proposed minimum for per node
404
404
configuration] (./restarts-vs-elapsed-minimum-per-node.png "Per node minimum backoff
405
405
curve allowed")
406
406
407
+ While the complete information is saved for [ Design Details] ( #per-node-config ) ,
408
+ its expedient to see the exact config proposed here:
409
+
410
+ ```
411
+ apiVersion: kubelet.config.k8s.io/v1beta1
412
+ kind: KubeletConfiguration
413
+ crashloopbackoff:
414
+ max: 4
415
+ ```
407
416
408
417
### Refactor and flat rate to 10 minutes for the backoff counter reset threshold
409
418
@@ -741,6 +750,15 @@ in the first place. In any case, the advantages to backwards and forward
741
750
compatibility by far outweigh this consideration for the alpha period and can be
742
751
revisted before beta.
743
752
753
+ The proposed configuration explicitly looks like this:
754
+
755
+ ```
756
+ apiVersion: kubelet.config.k8s.io/v1beta1
757
+ kind: KubeletConfiguration
758
+ crashloopbackoff:
759
+ max: 4
760
+ ```
761
+
744
762
### Refactor of recovery threshold
745
763
746
764
A simple change
You can’t perform that action at this time.
0 commit comments