Merge pull request #110033 from mk46/etcd_update_v3.5.4

etcd: Updated to v3.5.4
This commit is contained in:
Kubernetes Prow Robot
2022-06-02 13:26:31 -07:00
committed by GitHub
8 changed files with 14 additions and 13 deletions

View File

@@ -320,7 +320,7 @@ const (
MinExternalEtcdVersion = "3.2.18"
// DefaultEtcdVersion indicates the default etcd version that kubeadm uses
DefaultEtcdVersion = "3.5.3-0"
DefaultEtcdVersion = "3.5.4-0"
// Etcd defines variable used internally when referring to etcd component
Etcd = "etcd"
@@ -498,9 +498,10 @@ var (
19: "3.4.13-0",
20: "3.4.13-0",
21: "3.4.13-0",
22: "3.5.3-0",
23: "3.5.3-0",
24: "3.5.3-0",
22: "3.5.4-0",
23: "3.5.4-0",
24: "3.5.4-0",
25: "3.5.4-0",
}
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows