Skip to content

Commit 1a5f314

Browse files
committed
Explicitly add proposed fields for KubeletConfiguration
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 58df245 commit 1a5f314

File tree

1 file changed

+18
-0
lines changed
  • keps/sig-node/4603-tune-crashloopbackoff

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,15 @@ CrashLoopBackOffBehavior of today vs the proposed minimum for per node
404404
configuration](./restarts-vs-elapsed-minimum-per-node.png "Per node minimum backoff
405405
curve allowed")
406406

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+
```
407416

408417
### Refactor and flat rate to 10 minutes for the backoff counter reset threshold
409418

@@ -741,6 +750,15 @@ in the first place. In any case, the advantages to backwards and forward
741750
compatibility by far outweigh this consideration for the alpha period and can be
742751
revisted before beta.
743752

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+
744762
### Refactor of recovery threshold
745763

746764
A simple change

0 commit comments

Comments
 (0)