Skip to content

Commit

Permalink
ci: github workflow for k8s 1.30 and fix kind-e2e.
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Liang <[email protected]>
  • Loading branch information
liangyuanpeng committed Aug 26, 2024
1 parent 24feecc commit 0cf81e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
- build
env:
REGISTRY: gcr.io/k8s-staging-kas-network-proxy
KIND_IMAGE: kindest/node${{ matrix.k8s }}
KIND_IMAGE: kindest/node:${{ matrix.k8s }}
TAG: master
CONNECTION_MODE: ${{ matrix.connection-mode }}
strategy:
fail-fast: false
matrix:
k8s: [ v1.27.11, v1.28.7, v1.29.2 ]
k8s: [ v1.28.7, v1.29.2, v1.30.4 ]
connection-mode: [ grpc, http-connect ]
steps:
- name: Install kind
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
fail-fast: false
matrix:
ipFamily: ["ipv4", "ipv6", "dual"]
k8s: [ v1.27.11, v1.28.7, v1.29.2 ]
k8s: [ v1.28.7, v1.29.2, v1.30.4 ]
env:
JOB_NAME: "kindnetd-e2e-${{ matrix.ipFamily }}"
IP_FAMILY: ${{ matrix.ipFamily }}
Expand Down

0 comments on commit 0cf81e7

Please sign in to comment.