From 02bf08069d00e9269289dbcdc98cf5c84803b0f9 Mon Sep 17 00:00:00 2001 From: Philibert Dugas Date: Sat, 8 Aug 2015 23:29:56 -0400 Subject: [PATCH] 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 --- cluster/ubuntu/minion/init_conf/kube-proxy.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/ubuntu/minion/init_conf/kube-proxy.conf b/cluster/ubuntu/minion/init_conf/kube-proxy.conf index f2d0dc31eae..16a79b0642a 100644 --- a/cluster/ubuntu/minion/init_conf/kube-proxy.conf +++ b/cluster/ubuntu/minion/init_conf/kube-proxy.conf @@ -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