mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Properly set KUBE_GCE_INSTANCE_PREFIX for upgrade jobs in e2e.sh
This commit is contained in:
parent
a45c87864e
commit
cf5d79fda9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user