StartLimitBurst=10 (#13005)

Signed-off-by: Tushar Sharma <tusharkumargzb6@gmail.com>
This commit is contained in:
Tushar240503
2026-02-13 19:40:01 +05:30
committed by GitHub
parent c99f908f9f
commit 1efd3e4f69
2 changed files with 1 additions and 7 deletions

View File

@@ -6,12 +6,6 @@
masked: false
listen: Restart and enable cri-dockerd
- name: Cri-dockerd | restart docker.service
service:
name: docker.service
state: restarted
listen: Restart and enable cri-dockerd
- name: Cri-dockerd | reload cri-dockerd.socket
service:
name: cri-dockerd.socket

View File

@@ -30,7 +30,7 @@ LimitCORE=infinity
TimeoutStartSec=1min
# restart the docker process if it exits prematurely
Restart=on-failure
StartLimitBurst=3
StartLimitBurst=10
StartLimitInterval=60s
# Set the cgroup slice of the service so that kube reserved takes effect
{% if kube_reserved is defined and kube_reserved|bool %}