Commit 13ec258f authored by Isaac Hollander McCreery's avatar Isaac Hollander McCreery

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

Properly set KUBE_GCE_INSTANCE_PREFIX for upgrade jobs in e2e.sh
parents 1752cf22 cf5d79fd
...@@ -103,6 +103,7 @@ function configure_upgrade_step() { ...@@ -103,6 +103,7 @@ function configure_upgrade_step() {
)" )"
if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
KUBE_GCE_INSTANCE_PREFIX="$cluster_name"
NUM_NODES=5 NUM_NODES=5
KUBE_ENABLE_DEPLOYMENTS=true KUBE_ENABLE_DEPLOYMENTS=true
KUBE_ENABLE_DAEMONSETS=true KUBE_ENABLE_DAEMONSETS=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment