Add CI CRD check on K8s v1.21.1

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
JenTing Hsiao
2021-07-09 00:59:55 +08:00
committed by Bridget McErlean
parent e4dd55566d
commit 26d6db14ed

View File

@@ -58,6 +58,7 @@ jobs:
- 1.18.15
- 1.19.7
- 1.20.2
- 1.21.1
# All steps run in parallel unless otherwise specified.
# See https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows#creating-dependent-jobs
steps:
@@ -75,6 +76,7 @@ jobs:
velero-${{ github.event.pull_request.number }}-
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.11.1"
image: "kindest/node:v${{ matrix.k8s }}"
- name: Install CRDs
run: |