mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #126703 from SataQiu/kubeadm-etcd-1.32
kubeadm: update supported etcd version list for 1.32
This commit is contained in:
commit
ae7e6267e5
@ -484,6 +484,7 @@ var (
|
||||
29: "3.5.15-0",
|
||||
30: "3.5.15-0",
|
||||
31: "3.5.15-0",
|
||||
32: "3.5.15-0",
|
||||
}
|
||||
|
||||
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
|
||||
|
@ -99,7 +99,7 @@ func TestGetStaticPodFilepath(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestEtcdSupportedVersionLength(t *testing.T) {
|
||||
const max = 3
|
||||
const max = 4
|
||||
if len(SupportedEtcdVersion) > max {
|
||||
t.Fatalf("SupportedEtcdVersion must not include more than %d versions", max)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user