mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 14:38:46 +00:00
Minion->Node rename: NUM_NODES
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -18,7 +18,7 @@ END
|
||||
end
|
||||
|
||||
# The number of minions to provision
|
||||
$num_minion = (ENV['NUM_MINIONS'] || 1).to_i
|
||||
$num_minion = (ENV['NUM_NODES'] || 1).to_i
|
||||
|
||||
# ip configuration
|
||||
$master_ip = ENV['MASTER_IP']
|
||||
|
Reference in New Issue
Block a user