Upgrade etcd server version to 3.5.0-rc.0

This commit is contained in:
Marek Siarkowicz
2021-05-17 16:19:53 +02:00
parent 7696a48612
commit 12447bc803
9 changed files with 14 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ import (
e2essh "k8s.io/kubernetes/test/e2e/framework/ssh"
)
const etcdImage = "3.4.13-0"
const etcdImage = "3.5.0-rc.0-0"
// EtcdUpgrade upgrades etcd on GCE.
func EtcdUpgrade(targetStorage, targetVersion string) error {