Skip to content

Commit

Permalink
kola/kubeadm: add min version for kubernetes 1.24
Browse files Browse the repository at this point in the history
this requires some changes introduced in: flatcar-archive/coreos-overlay#1944

Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Jun 23, 2022
1 parent 8e8116b commit 73b383f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kola/tests/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ func init() {
flags = append(flags, register.NoEnableSelinux)
}

if version == "1.24.1" {
major = 3277
}

register.Register(&register.Test{
Name: fmt.Sprintf("kubeadm.%s.%s%s.base", version, CNI, cgroupSuffix),
Distros: []string{"cl"},
Expand Down

0 comments on commit 73b383f

Please sign in to comment.