mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Enable configuring size of minion disk
This commit is contained in:
parent
0ea87e4864
commit
4094505f84
@ -22,7 +22,7 @@ MASTER_SIZE=${MASTER_SIZE:-g1-small}
|
||||
MINION_SIZE=${MINION_SIZE:-g1-small}
|
||||
NUM_MINIONS=${NUM_MINIONS:-2}
|
||||
MINION_DISK_TYPE=pd-standard
|
||||
MINION_DISK_SIZE=100GB
|
||||
MINION_DISK_SIZE=${MINION_DISK_SIZE:-100GB}
|
||||
# TODO(dchen1107): Filed an internal issue to create an alias
|
||||
# for containervm image, so that gcloud will expand this
|
||||
# to the latest supported image.
|
||||
|
Loading…
Reference in New Issue
Block a user