From 2aca12065113b342537592ea675ae6a893e5e84d Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Wed, 13 Sep 2023 01:16:25 -0500 Subject: [PATCH] Pin kind version to 0.18.0 instead Signed-off-by: Xudong Sun --- .github/workflows/controller-e2e-test.yml | 2 +- deploy/kind.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/controller-e2e-test.yml b/.github/workflows/controller-e2e-test.yml index e7e80bc1e..b3a415391 100644 --- a/.github/workflows/controller-e2e-test.yml +++ b/.github/workflows/controller-e2e-test.yml @@ -12,7 +12,7 @@ jobs: with: go-version: "^1.20" - name: Install kind - run: go install sigs.k8s.io/kind@v0.20.0 + run: go install sigs.k8s.io/kind@v0.18.0 - name: Install Rust toolchain run: | curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y diff --git a/deploy/kind.yaml b/deploy/kind.yaml index 69455aab1..f6343049b 100644 --- a/deploy/kind.yaml +++ b/deploy/kind.yaml @@ -2,12 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f - role: worker - image: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f - role: worker - image: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f - role: worker - image: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f featureGates: "StatefulSetAutoDeletePVC": true