mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Using bigger nodes for e2e test on gce.
This commit is contained in:
parent
1f952b05d3
commit
c78ac489aa
@ -18,8 +18,8 @@
|
|||||||
# gcloud multiplexing for shared GCE/GKE tests.
|
# gcloud multiplexing for shared GCE/GKE tests.
|
||||||
GCLOUD=gcloud
|
GCLOUD=gcloud
|
||||||
ZONE=${KUBE_GCE_ZONE:-us-central1-b}
|
ZONE=${KUBE_GCE_ZONE:-us-central1-b}
|
||||||
MASTER_SIZE=${MASTER_SIZE:-g1-small}
|
MASTER_SIZE=${MASTER_SIZE:-n1-standard-1}
|
||||||
MINION_SIZE=${MINION_SIZE:-g1-small}
|
MINION_SIZE=${MINION_SIZE:-n1-standard-1}
|
||||||
NUM_MINIONS=${NUM_MINIONS:-2}
|
NUM_MINIONS=${NUM_MINIONS:-2}
|
||||||
MASTER_DISK_TYPE=pd-ssd
|
MASTER_DISK_TYPE=pd-ssd
|
||||||
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-20GB}
|
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-20GB}
|
||||||
|
Loading…
Reference in New Issue
Block a user