From 88e5cdc1ca3ab3361f2fc5e7f9777a0efd21b4bf Mon Sep 17 00:00:00 2001 From: YZ775 Date: Fri, 20 Sep 2024 06:57:26 +0000 Subject: [PATCH] fix kubectl url in sonobuoy --- sonobuoy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonobuoy/Makefile b/sonobuoy/Makefile index 81557c49..f0aaa991 100644 --- a/sonobuoy/Makefile +++ b/sonobuoy/Makefile @@ -13,7 +13,7 @@ SUDO = sudo endif SONOBUOY_URL = https://github.com/vmware-tanzu/sonobuoy/releases/download/v$(SONOBUOY_VERSION)/sonobuoy_$(SONOBUOY_VERSION)_linux_amd64.tar.gz -KUBECTL_URL = https://storage.googleapis.com/kubernetes-release/release/v$(KUBECTL_VERSION)/bin/linux/amd64/kubectl +KUBECTL_URL = https://dl.k8s.io/v$(K8S_VERSION)/bin/linux/amd64/kubectl DOCKER_COMPOSE_URL = https://github.com/docker/compose/releases/download/v$(DOCKER_COMPOSE_VERSION)/docker-compose-Linux-x86_64 CKECLI = ./bin/ckecli --config=./cke.config KUBECONFIG := $(shell pwd)/.kubeconfig