Skip to content

Commit 2fd16ab

Browse files
committed
kubeadm: bump supported etcd version
1 parent 71f32f9 commit 2fd16ab

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)