mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #5726 from roberthbailey/gce-boot-disk
Bump the default boot disk size for GCE from 10GB to 100GB
This commit is contained in:
commit
38d703f24d
@ -22,7 +22,7 @@ MASTER_SIZE=n1-standard-1
|
|||||||
MINION_SIZE=n1-standard-1
|
MINION_SIZE=n1-standard-1
|
||||||
NUM_MINIONS=${NUM_MINIONS:-4}
|
NUM_MINIONS=${NUM_MINIONS:-4}
|
||||||
MINION_DISK_TYPE=pd-standard
|
MINION_DISK_TYPE=pd-standard
|
||||||
MINION_DISK_SIZE=10GB
|
MINION_DISK_SIZE=100GB
|
||||||
# TODO(dchen1107): Filed an internal issue to create an alias
|
# TODO(dchen1107): Filed an internal issue to create an alias
|
||||||
# for containervm image, so that gcloud will expand this
|
# for containervm image, so that gcloud will expand this
|
||||||
# to the latest supported image.
|
# to the latest supported image.
|
||||||
|
@ -22,7 +22,7 @@ MASTER_SIZE=g1-small
|
|||||||
MINION_SIZE=g1-small
|
MINION_SIZE=g1-small
|
||||||
NUM_MINIONS=${NUM_MINIONS:-2}
|
NUM_MINIONS=${NUM_MINIONS:-2}
|
||||||
MINION_DISK_TYPE=pd-standard
|
MINION_DISK_TYPE=pd-standard
|
||||||
MINION_DISK_SIZE=10GB
|
MINION_DISK_SIZE=100GB
|
||||||
# TODO(dchen1107): Filed an internal issue to create an alias
|
# TODO(dchen1107): Filed an internal issue to create an alias
|
||||||
# for containervm image, so that gcloud will expand this
|
# for containervm image, so that gcloud will expand this
|
||||||
# to the latest supported image.
|
# to the latest supported image.
|
||||||
|
Loading…
Reference in New Issue
Block a user