mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #18338 from gmarek/register-kubelet
Auto commit by PR queue bot
This commit is contained in:
		@@ -30,7 +30,7 @@ MASTER_DISK_TYPE=pd-ssd
 | 
			
		||||
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-20GB}
 | 
			
		||||
NODE_DISK_TYPE=${NODE_DISK_TYPE:-pd-standard}
 | 
			
		||||
NODE_DISK_SIZE=${NODE_DISK_SIZE:-100GB}
 | 
			
		||||
REGISTER_MASTER_KUBELET=${REGISTER_MASTER:-false}
 | 
			
		||||
REGISTER_MASTER_KUBELET=${REGISTER_MASTER:-true}
 | 
			
		||||
KUBE_APISERVER_REQUEST_TIMEOUT=300
 | 
			
		||||
PREEMPTIBLE_NODE=${PREEMPTIBLE_NODE:-false}
 | 
			
		||||
PREEMPTIBLE_MASTER=${PREEMPTIBLE_MASTER:-false}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user