mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
kubeadm: bump supported etcd version
This commit is contained in:
parent
71f32f9930
commit
2fd16abbe8
@ -495,10 +495,10 @@ var (
|
|||||||
|
|
||||||
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
|
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
|
||||||
SupportedEtcdVersion = map[uint8]string{
|
SupportedEtcdVersion = map[uint8]string{
|
||||||
29: "3.5.16-0",
|
|
||||||
30: "3.5.16-0",
|
30: "3.5.16-0",
|
||||||
31: "3.5.16-0",
|
31: "3.5.16-0",
|
||||||
32: "3.5.16-0",
|
32: "3.5.16-0",
|
||||||
|
33: "3.5.16-0",
|
||||||
}
|
}
|
||||||
|
|
||||||
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
|
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
|
||||||
|
Loading…
Reference in New Issue
Block a user