Merge pull request #18850 from ihmccreery/instance-prefix-upgrades

Properly set KUBE_GCE_INSTANCE_PREFIX for upgrade jobs in e2e.sh
This commit is contained in:
Isaac Hollander McCreery 2015-12-17 13:27:21 -08:00
commit 13ec258ffd

View File

@ -103,6 +103,7 @@ function configure_upgrade_step() {
)"
if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
KUBE_GCE_INSTANCE_PREFIX="$cluster_name"
NUM_NODES=5
KUBE_ENABLE_DEPLOYMENTS=true
KUBE_ENABLE_DAEMONSETS=true