mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #5681 from justinsb/ulimit_kubeproxy
Raise the file ulimit for kube-proxy for init.d systems
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user