Commit 60a07e97 authored by Justin Santa Barbara's avatar Justin Santa Barbara

Raise the file ulimit for kube-proxy for init.d systems

parent 1cbde2c5
......@@ -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
......
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