mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Fix the ETCD env vars for downgrade
This commit is contained in:
parent
723d301b47
commit
da74b86b99
@ -66,9 +66,9 @@ func masterUpgradeGCE(rawV string) error {
|
|||||||
// TODO: Remove these variables when they're no longer needed for downgrades.
|
// TODO: Remove these variables when they're no longer needed for downgrades.
|
||||||
if TestContext.EtcdUpgradeVersion != "" && TestContext.EtcdUpgradeStorage != "" {
|
if TestContext.EtcdUpgradeVersion != "" && TestContext.EtcdUpgradeStorage != "" {
|
||||||
env = append(env,
|
env = append(env,
|
||||||
"TEST_ETCD_VERSION="+TestContext.EtcdUpgradeVersion,
|
"ETCD_VERSION="+TestContext.EtcdUpgradeVersion,
|
||||||
"STORAGE_BACKEND="+TestContext.EtcdUpgradeStorage,
|
"STORAGE_BACKEND="+TestContext.EtcdUpgradeStorage,
|
||||||
"TEST_ETCD_IMAGE=3.0.17")
|
"ETCD_IMAGE=3.0.17")
|
||||||
}
|
}
|
||||||
|
|
||||||
v := "v" + rawV
|
v := "v" + rawV
|
||||||
|
Loading…
Reference in New Issue
Block a user