mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			325 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Kube-Proxy Upstart and SysVinit configuration file
 | 
						|
 | 
						|
# Customize kube-proxy binary location 
 | 
						|
# KUBE_PROXY="/opt/bin/kube-proxy"
 | 
						|
 | 
						|
# Use KUBE_PROXY_OPTS to modify the start/restart options
 | 
						|
KUBE_PROXY_OPTS="--etcd_servers=http://127.0.0.1:4001 \
 | 
						|
--logtostderr=true"
 | 
						|
 | 
						|
# Add more envionrment settings used by kube-apiserver here
 |