Skip to content

Commit ae7e626

Browse files
authored
Merge pull request kubernetes#126703 from SataQiu/kubeadm-etcd-1.32
kubeadm: update supported etcd version list for 1.32
2 parents ab26ad0 + d8b3ada commit ae7e626

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/kubeadm/app/constants/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ var (
484484
29: "3.5.15-0",
485485
30: "3.5.15-0",
486486
31: "3.5.15-0",
487+
32: "3.5.15-0",
487488
}
488489

489490
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows

cmd/kubeadm/app/constants/constants_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func TestGetStaticPodFilepath(t *testing.T) {
9999
}
100100

101101
func TestEtcdSupportedVersionLength(t *testing.T) {
102-
const max = 3
102+
const max = 4
103103
if len(SupportedEtcdVersion) > max {
104104
t.Fatalf("SupportedEtcdVersion must not include more than %d versions", max)
105105
}

0 commit comments

Comments
 (0)