1
0
mirror of synced 2026-02-06 19:05:55 +00:00

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
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