Skip to content

Commit

Permalink
Bump the default boot disk size for GCE from 10GB to 100GB so that th…
Browse files Browse the repository at this point in the history
…ere is

more space to store containers and image layers.
  • Loading branch information
roberthbailey committed Mar 20, 2015
1 parent 7f02e11 commit c318965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/gce/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MASTER_SIZE=n1-standard-1
MINION_SIZE=n1-standard-1
NUM_MINIONS=${NUM_MINIONS:-4}
MINION_DISK_TYPE=pd-standard
MINION_DISK_SIZE=10GB
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.
Expand Down
2 changes: 1 addition & 1 deletion cluster/gce/config-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ MASTER_SIZE=g1-small
MINION_SIZE=g1-small
NUM_MINIONS=${NUM_MINIONS:-2}
MINION_DISK_TYPE=pd-standard
MINION_DISK_SIZE=10GB
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.
Expand Down

0 comments on commit c318965

Please sign in to comment.