11 lines
276 B
Plaintext
11 lines
276 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 10248
|
|
protocol HTTP
|
|
request "/healthz"
|
|
then restart |