From c3189657b632eda99afff4aaf54b7e7c38039b0c Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Fri, 20 Mar 2015 13:06:35 -0700 Subject: [PATCH] Bump the default boot disk size for GCE from 10GB to 100GB so that there is more space to store containers and image layers. --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 4a7b8641ac0c5..36394449ba447 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -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. diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 499c5a36d2895..d0b2fa89785de 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -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.