mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			423 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			423 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Kube-Controller-Manager Upstart and SysVinit configuration file
 | 
						|
 | 
						|
# Customize kube-controller-manager binary location 
 | 
						|
# KUBE_CONTROLLER_MANAGER="/opt/bin/kube-controller-manager"
 | 
						|
 | 
						|
# Use KUBE_CONTROLLER_MANAGER_OPTS to modify the start/restart options
 | 
						|
KUBE_CONTROLLER_MANAGER_OPTS="--master=127.0.0.1:8080 \
 | 
						|
--machines=MINION_IPS \
 | 
						|
--logtostderr=true"
 | 
						|
 | 
						|
# Add more envionrment settings used by kube-controller-manager here
 |