mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
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:
parent
2bfa9a1f98
commit
02bf08069d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user