diff --git a/scripts/e2e_get_tools.sh b/scripts/e2e_get_tools.sh index d4b39a8a..69b1f6fe 100755 --- a/scripts/e2e_get_tools.sh +++ b/scripts/e2e_get_tools.sh @@ -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" diff --git a/scripts/e2e_setup_cluster.sh b/scripts/e2e_setup_cluster.sh index 2d6c5faa..5d9d1720 100755 --- a/scripts/e2e_setup_cluster.sh +++ b/scripts/e2e_setup_cluster.sh @@ -101,6 +101,9 @@ create_cluster() { # Close fd 3 exec 3>&- + # print configuration + cat "${PWD}"/kindConfig.yaml + # deploy cluster with kind retry kind delete cluster && kind create cluster --config="${PWD}"/kindConfig.yaml