remove old versions from kind CI (#5627)

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
pull/5642/head
lyndon 2022-11-24 16:55:18 +08:00 committed by GitHub
parent 026f986c4b
commit bf03552246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -57,9 +57,6 @@ jobs:
matrix: matrix:
# Latest k8s versions. There's no series-based tag, nor is there a latest tag. # Latest k8s versions. There's no series-based tag, nor is there a latest tag.
k8s: k8s:
- 1.16.15
- 1.17.17
- 1.18.15
- 1.19.7 - 1.19.7
- 1.20.2 - 1.20.2
- 1.21.1 - 1.21.1

View File

@ -60,11 +60,6 @@ jobs:
strategy: strategy:
matrix: matrix:
k8s: k8s:
# doesn't cover 1.15 as 1.15 doesn't support "apiextensions.k8s.io/v1" that is needed for the case
#- 1.15.12
- 1.16.15
- 1.17.17
- 1.18.20
- 1.19.16 - 1.19.16
- 1.20.15 - 1.20.15
- 1.21.12 - 1.21.12