Tuned the kube-proxy upstart script to be in line with:

https://github.com/GoogleCloudPlatform/kubernetes/issues/5461

Upstart scripts need to specify explicitely the nofile limit
This commit is contained in:
Philibert Dugas 2015-08-08 23:29:56 -04:00 committed by edugphi
parent 2bfa9a1f98
commit 02bf08069d

View File

@ -7,6 +7,8 @@ respawn
start on started etcd
stop on stopping etcd
limit nofile 65536 65536
pre-start script
# see also https://github.com/jainvipin/kubernetes-start
KUBE_PROXY=/opt/bin/$UPSTART_JOB