mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 00:31:00 +00:00
kubeadm: update supported etcd version list for 1.32
Signed-off-by: SataQiu <shidaqiu2018@gmail.com>
This commit is contained in:
parent
7df2b05e77
commit
d8b3ada1c1
@ -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