diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 69ea2eab9c4..f811821ee70 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -673,7 +673,7 @@ function create-network() { # MASTER_ROOT_DISK_SIZE function get-master-root-disk-size() { if [[ "${NUM_NODES}" -le "1000" ]]; then - export MASTER_ROOT_DISK_SIZE="10" + export MASTER_ROOT_DISK_SIZE="20" else export MASTER_ROOT_DISK_SIZE="50" fi