Skip to content

Commit

Permalink
Merge pull request #161 from SchSeba/bump_kind_version
Browse files Browse the repository at this point in the history
Update kind version
  • Loading branch information
adrianchiris authored Jan 22, 2025
2 parents dfda185 + c38f2e8 commit f91ec85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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.26.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
2 changes: 0 additions & 2 deletions scripts/e2e_setup_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ create_cluster() {
# Let's print Kind configuration to file to fd 3
echo "kind: Cluster" >&3
echo "apiVersion: kind.x-k8s.io/v1alpha4" >&3
echo "featureGates:" >&3
echo " DownwardAPIHugePages: true" >&3
echo "kubeadmConfigPatches:" >&3
echo "- |" >&3
echo " kind: ClusterConfiguration" >&3
Expand Down

0 comments on commit f91ec85

Please sign in to comment.