Allow gke provider to handle internal gcloud versions for testing.

This commit is contained in:
Jeff Lowdermilk
2015-06-10 16:23:32 -07:00
parent d2b17a5c49
commit ea6756210e
2 changed files with 23 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ NETWORK="${NETWORK:-default}"
NETWORK_RANGE="${NETWORK_RANGE:-10.240.0.0/16}"
FIREWALL_SSH="${FIREWALL_SSH:-${NETWORK}-allow-ssh}"
GCLOUD="${GCLOUD:-gcloud}"
CMD_GROUP="${CMD_GROUP:-alpha}"
GCLOUD_CONFIG_DIR="${GCLOUD_CONFIG_DIR:-${HOME}/.config/gcloud/kubernetes}"
ENABLE_CLUSTER_DNS=false