We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71f32f9 + 2fd16ab commit 9fc9ddcCopy full SHA for 9fc9ddc
cmd/kubeadm/app/constants/constants.go
@@ -495,10 +495,10 @@ var (
495
496
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
497
SupportedEtcdVersion = map[uint8]string{
498
- 29: "3.5.16-0",
499
30: "3.5.16-0",
500
31: "3.5.16-0",
501
32: "3.5.16-0",
+ 33: "3.5.16-0",
502
}
503
504
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
0 commit comments