Increase ulimit -n for apiserver.

This commit is contained in:
Filip Grzadkowski 2015-04-02 17:01:23 +02:00
parent a94ffc8625
commit 65c2942a82

View File

@ -38,6 +38,9 @@ DAEMON_USER=kube-apiserver
#
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