mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-01 07:30:27 +00:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
check process kubelet with pidfile /var/run/kubelet.pid
|
|
group kubelet
|
|
start program = "/etc/init.d/kubelet start"
|
|
stop program = "/etc/init.d/kubelet stop"
|
|
if does not exist then restart
|
|
if failed
|
|
host 127.0.0.1
|
|
port 10255
|
|
protocol HTTP
|
|
request "/healthz"
|
|
then restart
|