Update kube-scheduler.yaml

This commit is contained in:
Andrew Smith 2016-03-22 11:46:10 +00:00
parent 96d116e29f
commit 06b593b6ee
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ spec:
command:
- /bin/sh
- -c
- /usr/local/bin/kube-scheduler --master=127.0.0.1:8080 --v=2 1>>/var/log/kube-scheduler.log
- /usr/local/bin/kube-scheduler --master=127.0.0.1:8080 --v=2 --leader-elect=true 1>>/var/log/kube-scheduler.log
2>&1
livenessProbe:
httpGet: