Skip to content

Commit

Permalink
ipv6-3
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Apr 18, 2024
1 parent a311eee commit 147992c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,11 @@ jobs:
- run: find image-archives -ls
- uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced
with:
# TODO(alpeb): remove when the default is 1.29 or higher
config: test/integration/deep/kind-ipv6.yml
cluster_name: ${{ matrix.test }}
# TODO(alpeb): remove when the default is 1.29 or higher
kubectl_version: v1.29.3
- run: bin/image-load --archive
- run: bin/image-load --archive --cluster ${{ matrix.test }}

- run: bin/tests --images archive --cleanup-docker --skip-cluster-create --name ${{ matrix.test }} "$HOME/linkerd"
env:
Expand Down

0 comments on commit 147992c

Please sign in to comment.