mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Allow # of minions to be configured
This commit is contained in:
parent
8058632f5f
commit
bb406ce87f
@ -18,7 +18,7 @@
|
|||||||
ZONE=us-west-2
|
ZONE=us-west-2
|
||||||
MASTER_SIZE=t2.micro
|
MASTER_SIZE=t2.micro
|
||||||
MINION_SIZE=t2.micro
|
MINION_SIZE=t2.micro
|
||||||
NUM_MINIONS=4
|
NUM_MINIONS=${NUM_MINIONS:-4}
|
||||||
|
|
||||||
# This is the ubuntu 14.04 image for us-west-2 + ebs
|
# This is the ubuntu 14.04 image for us-west-2 + ebs
|
||||||
# See here: http://cloud-images.ubuntu.com/locator/ec2/ for other images
|
# See here: http://cloud-images.ubuntu.com/locator/ec2/ for other images
|
||||||
|
Loading…
Reference in New Issue
Block a user