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

Set Kubernetes 1.31 as min supported version

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-05-23 14:19:26 +03:00
parent 4b42c9e746
commit a421ce4266
5 changed files with 8 additions and 8 deletions

View File

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

View File

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