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
|