From 681d2a6d026a714064cc03191ffb40e1ea73a0af Mon Sep 17 00:00:00 2001 From: johntylerrupert Date: Fri, 12 May 2023 18:34:15 +0000 Subject: [PATCH] Fixed: use dl.k8s.io, not kubernetes-release bucket --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c742ad02d..01eca9412 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ gen-proto: ## -------------------------------------- easy-rsa.tar.gz: - curl -L -o easy-rsa.tar.gz --connect-timeout 20 --retry 6 --retry-delay 2 https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz + curl -L -o easy-rsa.tar.gz --connect-timeout 20 --retry 6 --retry-delay 2 https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz easy-rsa: easy-rsa.tar.gz tar xvf easy-rsa.tar.gz