Commit 02bf0806 authored by Philibert Dugas's avatar Philibert Dugas Committed by edugphi

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
parent 2bfa9a1f
...@@ -7,6 +7,8 @@ respawn ...@@ -7,6 +7,8 @@ respawn
start on started etcd start on started etcd
stop on stopping etcd stop on stopping etcd
limit nofile 65536 65536
pre-start script pre-start script
# see also https://github.com/jainvipin/kubernetes-start # see also https://github.com/jainvipin/kubernetes-start
KUBE_PROXY=/opt/bin/$UPSTART_JOB KUBE_PROXY=/opt/bin/$UPSTART_JOB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment