mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This should be the IP address of the load balancer for all masters
 | 
						|
MASTER_IP=<insert-ip-here>
 | 
						|
# This should be the internal service IP address reserved for DNS
 | 
						|
DNS_IP=<insert-dns-ip-here>
 | 
						|
 | 
						|
DAEMON_ARGS="$DAEMON_ARGS --api-servers=https://${MASTER_IP} --enable-debugging-handlers=true  --cloud-provider=
 | 
						|
gce --config=/etc/kubernetes/manifests --allow-privileged=False --v=2 --cluster-dns=${DNS_IP} --cluster-domain=c
 | 
						|
luster.local   --configure-cbr0=true --cgroup-root=/ --system-container=/system "
 |