mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +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
|
||||
KUBE_GCE_INSTANCE_PREFIX="$cluster_name"
|
||||
NUM_NODES=5
|
||||
KUBE_ENABLE_DEPLOYMENTS=true
|
||||
KUBE_ENABLE_DAEMONSETS=true
|
||||
|
Loading…
Reference in New Issue
Block a user