Skip to content

Commit 9fc9ddc

Browse files
authored
Merge pull request kubernetes#129432 from SataQiu/kubeadm-20241231
kubeadm: bump supported etcd version
2 parents 71f32f9 + 2fd16ab commit 9fc9ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,10 @@ var (
495495

496496
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
497497
SupportedEtcdVersion = map[uint8]string{
498-
29: "3.5.16-0",
499498
30: "3.5.16-0",
500499
31: "3.5.16-0",
501500
32: "3.5.16-0",
501+
33: "3.5.16-0",
502502
}
503503

504504
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows

0 commit comments

Comments
 (0)