Add restart to the kube apiserver.

This commit is contained in:
Brendan Burns 2015-02-10 07:35:00 -08:00
parent e27d534b87
commit c50e650d8b

View File

@ -0,0 +1,10 @@
check process kube-apiserver with pidfile /var/run/kube-apiserver.pid
group kube-apiserver
start program = "/etc/init.d/kube-apiserver start"
stop program = "/etc/init.d/kube-apiserver stop"
if failed
host 127.0.0.1
port 8080
protocol http
request "/index.html"
then restart