Update etcd from v3.5.14 to v3.5.15

Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
This commit is contained in:
bzsuni
2024-07-20 07:56:23 +08:00
parent 6ac20677c7
commit 4ad2cd9299
7 changed files with 12 additions and 12 deletions

View File

@@ -322,7 +322,7 @@ const (
MinExternalEtcdVersion = "3.5.11-0"
// DefaultEtcdVersion indicates the default etcd version that kubeadm uses
DefaultEtcdVersion = "3.5.14-0"
DefaultEtcdVersion = "3.5.15-0"
// Etcd defines variable used internally when referring to etcd component
Etcd = "etcd"
@@ -481,9 +481,9 @@ var (
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
SupportedEtcdVersion = map[uint8]string{
29: "3.5.14-0",
30: "3.5.14-0",
31: "3.5.14-0",
29: "3.5.15-0",
30: "3.5.15-0",
31: "3.5.15-0",
}
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows