From dd850a451c99a35d80fb050a8e6e29fcde74b818 Mon Sep 17 00:00:00 2001 From: Adam Zhang Date: Mon, 15 Jun 2026 15:48:43 +0800 Subject: [PATCH] ensure the kind cluster name to "kind" Signed-off-by: Adam Zhang --- .github/workflows/e2e-test-kind.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-test-kind.yaml b/.github/workflows/e2e-test-kind.yaml index c93cb7dc6..760686911 100644 --- a/.github/workflows/e2e-test-kind.yaml +++ b/.github/workflows/e2e-test-kind.yaml @@ -137,6 +137,7 @@ jobs: docker run -d --rm -p 9000:9000 -e "MINIO_ROOT_USER=minio" -e "MINIO_ROOT_PASSWORD=minio123" -e "MINIO_DEFAULT_BUCKETS=bucket,additional-bucket" bitnami/minio:local - uses: helm/kind-action@v1 with: + cluster_name: "kind" version: "v0.32.0" node_image: "kindest/node:v${{ matrix.k8s }}" - name: Fetch built CLI