From b3a1d3ae6214226ca2b7c9064999db06313029a7 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Thu, 1 Feb 2024 12:17:28 +0800 Subject: [PATCH] fix create kurator-host cluster timeout Signed-off-by: LiZhenCheng9527 --- .github/workflows/e2e.yaml | 2 +- hack/local-dev-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index b1ad3a164..c49866465 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,7 @@ jobs: - name: Build Clusters uses: helm/kind-action@v1.8.0 with: - version: v0.18.0 + version: v0.20.0 install_only: true - name: Set Up Clusters run: | diff --git a/hack/local-dev-setup.sh b/hack/local-dev-setup.sh index bee5432c6..a9fc34d3e 100755 --- a/hack/local-dev-setup.sh +++ b/hack/local-dev-setup.sh @@ -14,7 +14,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel)/hack KIND_CONFIGS_ROOT=${ROOT_DIR}/kind-configs source "${ROOT_DIR}"/util.sh -KIND_VERSION=${KIND_VERSION:-"kindest/node:v1.25.3"} +KIND_VERSION=${KIND_VERSION:-"kindest/node:v1.27.3"} # variable define KUBECONFIG_PATH=${KUBECONFIG_PATH:-"${HOME}/.kube"}