mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Unify default and test configuration in GCE
This commit is contained in:
parent
b53c9d8c9a
commit
d16995b24b
@ -18,9 +18,9 @@
|
||||
# gcloud multiplexing for shared GCE/GKE tests.
|
||||
GCLOUD=gcloud
|
||||
ZONE=${KUBE_GCE_ZONE:-us-central1-b}
|
||||
MASTER_SIZE=${MASTER_SIZE:-n1-standard-1}
|
||||
MINION_SIZE=${MINION_SIZE:-n1-standard-1}
|
||||
NUM_MINIONS=${NUM_MINIONS:-4}
|
||||
MASTER_SIZE=${MASTER_SIZE:-n1-standard-2}
|
||||
MINION_SIZE=${MINION_SIZE:-n1-standard-2}
|
||||
NUM_MINIONS=${NUM_MINIONS:-3}
|
||||
MASTER_DISK_TYPE=pd-ssd
|
||||
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-20GB}
|
||||
MINION_DISK_TYPE=pd-standard
|
||||
|
Loading…
Reference in New Issue
Block a user