diff --git a/e2e/get_tools.sh b/e2e/get_tools.sh index c8dbf292e..9cd467971 100755 --- a/e2e/get_tools.sh +++ b/e2e/get_tools.sh @@ -5,9 +5,9 @@ if [ ! -d bin ]; then mkdir bin fi -curl -Lo ./bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.22.0/kind-$(uname)-amd64" +curl -Lo ./bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.24.0/kind-$(uname)-amd64" chmod +x ./bin/kind -curl -Lo ./bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl +curl -Lo ./bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -Ls https://dl.k8s.io/release/stable.txt`/bin/linux/amd64/kubectl chmod +x ./bin/kubectl curl -Lo ./bin/koko https://github.com/redhat-nfvpe/koko/releases/download/v0.83/koko_0.83_linux_amd64 chmod +x ./bin/koko