Allow specifying GCE network in GKE provider, default to "e2e" for tests

This commit is contained in:
Zach Loafman
2015-01-07 12:18:11 -08:00
parent c8244cd1b3
commit 15f0068c7d
3 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
# The following are default-specific settings.
CLUSTER_NAME="${CLUSTER_NAME:-${USER}-gke}"
NETWORK=${KUBE_GKE_NETWORK:-default}
# For ease of maintenance, extract any pieces that do not vary between default
# and test in a common config.