2015-02-20 06:20:57 +00:00
|
|
|
check process kubelet with pidfile /var/run/kubelet.pid
|
2015-03-30 21:09:50 +00:00
|
|
|
group kubelet
|
2015-07-15 11:28:07 +00:00
|
|
|
start program = "/etc/init.d/kubelet start" with timeout 60 seconds
|
2015-02-20 06:20:57 +00:00
|
|
|
stop program = "/etc/init.d/kubelet stop"
|
|
|
|
if does not exist then restart
|
2015-03-30 21:09:50 +00:00
|
|
|
if failed
|
|
|
|
host 127.0.0.1
|
2015-06-17 22:31:46 +00:00
|
|
|
port 10255
|
2015-03-30 21:09:50 +00:00
|
|
|
protocol HTTP
|
|
|
|
request "/healthz"
|
|
|
|
then restart
|