mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
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:
commit
13ec258ffd
@ -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