Merge pull request #3938 from liangyuanpeng/update_ci_k8sversion

[CI] update k8s compatibility for CI of cli
This commit is contained in:
karmada-bot 2023-08-14 21:33:54 +08:00 committed by GitHub
commit 25db1e06d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
# Please remember to update the CI Schedule Workflow when we add a new version.
k8s: [ v1.24.2, v1.25.0, v1.26.0 ]
k8s: [ v1.25.0, v1.26.0, v1.27.3 ]
steps:
- name: checkout code
uses: actions/checkout@v3
@ -31,7 +31,7 @@ jobs:
go-version: 1.20.6
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.17.0"
version: "v0.20.0"
- name: run karmadactl init test
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}