Merge pull request #5120 from dchen1107/docker

monit health check kubelet and restart unhealthy one
This commit is contained in:
Victor Marmol
2015-03-05 17:39:03 -08:00
3 changed files with 8 additions and 5 deletions

View File

@@ -3,4 +3,7 @@ group kubelet
start program = "/etc/init.d/kubelet start"
stop program = "/etc/init.d/kubelet stop"
if does not exist then restart
if failed port 10250
protocol HTTP request "/healthz"
with timeout 10 seconds
then restart