From 39a71565a0448d9f89f53a074596b136729d3ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 4 Nov 2025 07:46:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Replace=20hyperkube=20with=20kub?= =?UTF-8?q?e-apiserver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hyperkube isn't available anymore, so the previous version of the script would constantly redownload the tarball over and over --- prepare-labs/lib/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-labs/lib/commands.sh b/prepare-labs/lib/commands.sh index a448e295..abcbe509 100644 --- a/prepare-labs/lib/commands.sh +++ b/prepare-labs/lib/commands.sh @@ -503,7 +503,7 @@ _cmd_kubebins() { curl -L https://github.com/etcd-io/etcd/releases/download/$ETCD_VERSION/etcd-$ETCD_VERSION-linux-$ARCH.tar.gz \ | sudo tar --strip-components=1 --wildcards -zx '*/etcd' '*/etcdctl' fi - if ! [ -x hyperkube ]; then + if ! [ -x kube-apiserver ]; then ##VERSION## curl -L https://dl.k8s.io/$K8SBIN_VERSION/kubernetes-server-linux-$ARCH.tar.gz \ | sudo tar --strip-components=3 -zx \