mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Update default node size and number of nodes for GKE E2E tests.
This commit is contained in:
parent
ad01a84ecb
commit
06b78f69e4
@ -19,7 +19,7 @@
|
|||||||
# - CLUSTER_NAME (the name of the cluster)
|
# - CLUSTER_NAME (the name of the cluster)
|
||||||
|
|
||||||
ZONE="${ZONE:-us-central1-f}"
|
ZONE="${ZONE:-us-central1-f}"
|
||||||
NUM_MINIONS="${NUM_MINIONS:-2}"
|
NUM_MINIONS="${NUM_MINIONS:-3}"
|
||||||
CLUSTER_API_VERSION="${CLUSTER_API_VERSION:-}"
|
CLUSTER_API_VERSION="${CLUSTER_API_VERSION:-}"
|
||||||
NETWORK="${NETWORK:-default}"
|
NETWORK="${NETWORK:-default}"
|
||||||
NETWORK_RANGE="${NETWORK_RANGE:-10.240.0.0/16}"
|
NETWORK_RANGE="${NETWORK_RANGE:-10.240.0.0/16}"
|
||||||
@ -28,7 +28,7 @@ GCLOUD="${GCLOUD:-gcloud}"
|
|||||||
CMD_GROUP="${CMD_GROUP:-}"
|
CMD_GROUP="${CMD_GROUP:-}"
|
||||||
GCLOUD_CONFIG_DIR="${GCLOUD_CONFIG_DIR:-${HOME}/.config/gcloud/kubernetes}"
|
GCLOUD_CONFIG_DIR="${GCLOUD_CONFIG_DIR:-${HOME}/.config/gcloud/kubernetes}"
|
||||||
MINION_SCOPES="${MINION_SCOPES:-"compute-rw,storage-ro"}"
|
MINION_SCOPES="${MINION_SCOPES:-"compute-rw,storage-ro"}"
|
||||||
MACHINE_TYPE="${MACHINE_TYPE:-n1-standard-1}"
|
MACHINE_TYPE="${MACHINE_TYPE:-n1-standard-2}"
|
||||||
|
|
||||||
# WARNING: any new vars added here must correspond to options that can be
|
# WARNING: any new vars added here must correspond to options that can be
|
||||||
# passed to `gcloud {CMD_GROUP} container clusters create`, or they will
|
# passed to `gcloud {CMD_GROUP} container clusters create`, or they will
|
||||||
|
Loading…
Reference in New Issue
Block a user