diff --git a/cluster/saltbase/salt/kube-proxy/initd b/cluster/saltbase/salt/kube-proxy/initd index 75352b5bc0c..4e8f72e1b6b 100644 --- a/cluster/saltbase/salt/kube-proxy/initd +++ b/cluster/saltbase/salt/kube-proxy/initd @@ -40,6 +40,9 @@ DAEMON_USER=root # do_start() { + # Raise the file descriptor limit - we expect to open a lot of sockets! + ulimit -n 65536 + # Return # 0 if daemon has been started # 1 if daemon was already running