mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Kubelet Upstart and SysVinit configuration file
 | 
						|
 | 
						|
# Customize kubelet binary location 
 | 
						|
# KUBELET="/opt/bin/kubelet"
 | 
						|
 | 
						|
# Use KUBELET_OPTS to modify the start/restart options
 | 
						|
 | 
						|
KUBELET_OPTS="--address=0.0.0.0 \
 | 
						|
--port=10250 \
 | 
						|
--hostname_override=MY_IP \
 | 
						|
--etcd_servers=http://127.0.0.1:4001 \
 | 
						|
--logtostderr=true"
 | 
						|
 | 
						|
# Add more envionrment settings used by kube-scheduler here
 |