mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	stick to num_minions=1 for the default
This commit is contained in:
		
							
								
								
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ END
 | 
				
			|||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The number of minions to provision
 | 
					# The number of minions to provision
 | 
				
			||||||
$num_minion = (ENV['NUM_MINIONS'] || 2).to_i
 | 
					$num_minion = (ENV['NUM_MINIONS'] || 1).to_i
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ip configuration
 | 
					# ip configuration
 | 
				
			||||||
$master_ip = ENV['MASTER_IP']
 | 
					$master_ip = ENV['MASTER_IP']
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,7 +17,7 @@
 | 
				
			|||||||
## Contains configuration values for interacting with the Vagrant cluster
 | 
					## Contains configuration values for interacting with the Vagrant cluster
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Number of minions in the cluster
 | 
					# Number of minions in the cluster
 | 
				
			||||||
NUM_MINIONS=${NUM_MINIONS-"2"}
 | 
					NUM_MINIONS=${NUM_MINIONS-"1"}
 | 
				
			||||||
export NUM_MINIONS
 | 
					export NUM_MINIONS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# The IP of the master
 | 
					# The IP of the master
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user