1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Set minimum supported version to Kubernetes 1.24.0

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2023-06-28 17:36:04 +03:00
parent 224e808c21
commit db0256e0f7
3 changed files with 4 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ for source changes.
Prerequisites:
* go >= 1.20
* kubectl >= 1.20
* kustomize >= 4.4
* kubectl >= 1.24
* kustomize >= 5.0
* coreutils (on Mac OS)
Install the [controller-runtime/envtest](https://github.com/kubernetes-sigs/controller-runtime/tree/master/tools/setup-envtest) binaries with: