Properly set KUBE_GCE_INSTANCE_PREFIX for upgrade jobs in e2e.sh

This commit is contained in:
Isaac Hollander McCreery 2015-12-17 11:42:45 -08:00
parent a45c87864e
commit cf5d79fda9

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