Skip to content

Commit

Permalink
Fix kind e2e cluster CI script
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Sch <[email protected]>
  • Loading branch information
SchSeba committed Mar 20, 2024
1 parent 848cd2d commit 3010aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e_get_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit

here="$(dirname "$(readlink --canonicalize "${BASH_SOURCE[0]}")")"
root="$(readlink --canonicalize "$here/..")"
VERSION="v0.10.0"
VERSION="v0.22.0"
KIND_BINARY_URL="https://github.com/kubernetes-sigs/kind/releases/download/${VERSION}/kind-$(uname)-amd64"
K8_STABLE_RELEASE_URL="https://storage.googleapis.com/kubernetes-release/release/stable.txt"

Expand Down
3 changes: 3 additions & 0 deletions scripts/e2e_setup_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ create_cluster() {
# Close fd 3
exec 3>&-

# print configuration
echo "${PWD}"/kindConfig.yaml

# deploy cluster with kind
retry kind delete cluster && kind create cluster --config="${PWD}"/kindConfig.yaml

Expand Down

0 comments on commit 3010aef

Please sign in to comment.