Set Kubernetes 1.32 as min supported version

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2025-09-24 10:31:03 +03:00
parent 7060770258
commit 55bb3fe643
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
10 changed files with 15 additions and 12 deletions

View file

@ -60,7 +60,7 @@ type checkFlags struct {
}
var kubernetesConstraints = []string{
">=1.31.0-0",
">=1.32.0-0",
}
var checkArgs checkFlags

View file

@ -1,3 +1,3 @@
► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.31.0-0
✔ Kubernetes {{ .serverVersion }} >=1.32.0-0
✔ prerequisites checks passed