mirror of https://github.com/k3s-io/k3s
Revert "Fix the ETCD env vars for downgrade"
parent
1e879c69ec
commit
638044a1ec
|
@ -66,9 +66,9 @@ func masterUpgradeGCE(rawV string) error {
|
|||
// TODO: Remove these variables when they're no longer needed for downgrades.
|
||||
if TestContext.EtcdUpgradeVersion != "" && TestContext.EtcdUpgradeStorage != "" {
|
||||
env = append(env,
|
||||
"ETCD_VERSION="+TestContext.EtcdUpgradeVersion,
|
||||
"TEST_ETCD_VERSION="+TestContext.EtcdUpgradeVersion,
|
||||
"STORAGE_BACKEND="+TestContext.EtcdUpgradeStorage,
|
||||
"ETCD_IMAGE=3.0.17")
|
||||
"TEST_ETCD_IMAGE=3.0.17")
|
||||
}
|
||||
|
||||
v := "v" + rawV
|
||||
|
|
Loading…
Reference in New Issue