Files
kubernetes/cluster/saltbase/salt/monit/kubelet
2015-07-15 13:28:07 +02:00

12 lines
301 B
Plaintext

check process kubelet with pidfile /var/run/kubelet.pid
group kubelet
start program = "/etc/init.d/kubelet start" with timeout 60 seconds
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