From 147992c9a47da02f431d12b75e47b7624cc6eb7d Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Thu, 18 Apr 2024 10:13:05 -0500 Subject: [PATCH] ipv6-3 --- .github/workflows/integration.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e51859bf7df20..e8a44844ce2e2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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: