From c88514afed4cae27a2097ae2b6faff50cb432ae9 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 18 Jan 2024 23:44:41 +0900 Subject: [PATCH] Update e2e related tools --- e2e/get_tools.sh | 2 +- e2e/templates/cni-install.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/get_tools.sh b/e2e/get_tools.sh index b0efbe13e..3e4aef0b6 100755 --- a/e2e/get_tools.sh +++ b/e2e/get_tools.sh @@ -5,7 +5,7 @@ if [ ! -d bin ]; then mkdir bin fi -curl -Lo ./bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.12.0/kind-$(uname)-amd64" +curl -Lo ./bin/kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.20.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 chmod +x ./bin/kubectl diff --git a/e2e/templates/cni-install.yml.j2 b/e2e/templates/cni-install.yml.j2 index 1d57fd4d4..177c3a676 100644 --- a/e2e/templates/cni-install.yml.j2 +++ b/e2e/templates/cni-install.yml.j2 @@ -7,7 +7,7 @@ metadata: data: install_cni.sh: | cd /tmp - wget https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-amd64-v1.1.1.tgz + wget https://github.com/containernetworking/plugins/releases/download/v1.4.0/cni-plugins-linux-amd64-v1.4.0.tgz cd /host/opt/cni/bin tar xvfzp /tmp/cni-plugins-linux-amd64-v1.1.1.tgz sleep infinite