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 ab26ad0 + d8b3ada commit ae7e626Copy full SHA for ae7e626
cmd/kubeadm/app/constants/constants.go
@@ -484,6 +484,7 @@ var (
484
29: "3.5.15-0",
485
30: "3.5.15-0",
486
31: "3.5.15-0",
487
+ 32: "3.5.15-0",
488
}
489
490
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
cmd/kubeadm/app/constants/constants_test.go
@@ -99,7 +99,7 @@ func TestGetStaticPodFilepath(t *testing.T) {
99
100
101
func TestEtcdSupportedVersionLength(t *testing.T) {
102
- const max = 3
+ const max = 4
103
if len(SupportedEtcdVersion) > max {
104
t.Fatalf("SupportedEtcdVersion must not include more than %d versions", max)
105
0 commit comments