Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/workflows/k8s-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,18 @@ jobs:
strategy:
fail-fast: false
matrix:
# Test against K8s versions from the last ~2 years
# See https://kubernetes.io/releases/ for release/EOL dates
k8s-version:
- v1.25.16
- v1.26.15
- v1.27.16
- v1.28.15
- v1.29.14
- v1.30.8
- v1.31.6
- v1.32.3
- v1.30.13
- v1.31.14
- v1.32.11
- v1.33.7
- v1.34.3
- v1.35.1
deployment-method:
- helm
- manifest
Expand Down Expand Up @@ -99,7 +102,7 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
version: v0.27.0
version: v0.31.0
node_image: kindest/node:${{ matrix.k8s-version }}
cluster_name: kind-${{ matrix.k8s-version }}
wait: 120s
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/metrics-server-lifecycle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make docker-build docker-push IMG=${{ env.ZXPORTER_IMG }}

test:
name: Test Metrics Server Lifecycle on K8s v1.32.3
name: Test Metrics Server Lifecycle on K8s v1.35.1
needs: build
runs-on: ubuntu-xl

Expand All @@ -63,8 +63,8 @@ jobs:
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
version: v0.27.0
node_image: kindest/node:v1.32.3
version: v0.31.0
node_image: kindest/node:v1.35.1
cluster_name: kind-metrics-test
wait: 120s

Expand Down
Loading