Merge pull request #4286 from brendandburns/etcd

Add restart to the kube apiserver.
This commit is contained in:
Zach Loafman 2015-02-10 12:09:34 -08:00
commit 2fb4bd4724

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