Increase disk size for kubernetes master.

Signed-off-by: Filip Grzadkowski <filipg@google.com>
This commit is contained in:
Filip Grzadkowski
2015-05-11 14:30:57 +02:00
parent 16a76f1bd3
commit 26d14300e9
4 changed files with 13 additions and 8 deletions

View File

@@ -21,6 +21,8 @@ ZONE=${KUBE_GCE_ZONE:-us-central1-b}
MASTER_SIZE=${MASTER_SIZE:-g1-small}
MINION_SIZE=${MINION_SIZE:-g1-small}
NUM_MINIONS=${NUM_MINIONS:-2}
MASTER_DISK_TYPE=pd-standard
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-100GB}
MINION_DISK_TYPE=pd-standard
MINION_DISK_SIZE=${MINION_DISK_SIZE:-100GB}