Skip to content
Snippets Groups Projects
Unverified Commit 6f053c45 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #2343 from fluxcd/check-kubernetes-1.20.6

Set minimum supported version to Kubernetes 1.20.6
parents 776a7fc9 f1543263
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
uses: engineerd/setup-kind@v0.5.0 uses: engineerd/setup-kind@v0.5.0
with: with:
version: v0.11.1 version: v0.11.1
image: kindest/node:v1.19.11@sha256:07db187ae84b4b7de440a73886f008cf903fcf5764ba8106a9fd5243d6f32729 image: kindest/node:v1.20.7
config: .github/kind/config.yaml # disable KIND-net config: .github/kind/config.yaml # disable KIND-net
- name: Setup Calico for network policy - name: Setup Calico for network policy
run: | run: |
......
...@@ -67,9 +67,9 @@ for source changes. ...@@ -67,9 +67,9 @@ for source changes.
Prerequisites: Prerequisites:
* go >= 1.16 * go >= 1.17
* kubectl >= 1.19 * kubectl >= 1.20
* kustomize >= 4.0 * kustomize >= 4.4
Install the [controller-runtime/envtest](https://github.com/kubernetes-sigs/controller-runtime/tree/master/tools/setup-envtest) binaries with: Install the [controller-runtime/envtest](https://github.com/kubernetes-sigs/controller-runtime/tree/master/tools/setup-envtest) binaries with:
......
...@@ -56,10 +56,7 @@ type checkFlags struct { ...@@ -56,10 +56,7 @@ type checkFlags struct {
} }
var kubernetesConstraints = []string{ var kubernetesConstraints = []string{
">=1.19.0-0", ">=1.20.6-0",
">=1.16.11-0 <=1.16.15-0",
">=1.17.7-0 <=1.17.17-0",
">=1.18.4-0 <=1.18.20-0",
} }
var checkArgs checkFlags var checkArgs checkFlags
......
► checking prerequisites ► checking prerequisites
✔ Kubernetes {{ .serverVersion }} >=1.19.0-0 ✔ Kubernetes {{ .serverVersion }} >=1.20.6-0
✔ prerequisites checks passed ✔ prerequisites checks passed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment