Upgrade etcd to 3.5.0

This commit is contained in:
Marek Siarkowicz
2021-06-24 09:15:17 +02:00
parent b0010c2d9e
commit ebe550bd48
7 changed files with 10 additions and 10 deletions

View File

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