From 3f7bbdf7a960a54d106ae68d5829596e1f00b172 Mon Sep 17 00:00:00 2001 From: Kinara Shah Date: Wed, 22 Feb 2023 09:16:52 -0800 Subject: [PATCH] download kubelet from release tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c3c104..5c07ecf 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ all-push: all-push-images push-manifest k8s-tars/${K8S_VERSION}/${ARCH}/${K8S_SERVER_TARBALL}: mkdir -p k8s-tars/${K8S_VERSION}/${ARCH} cd k8s-tars/${K8S_VERSION}/${ARCH} && curl -sSLO --retry 5 https://dl.k8s.io/${K8S_VERSION}/${K8S_SERVER_TARBALL} \ - && curl -sSLO --retry 5 https://github.com/rancher/kubernetes/releases/download/${K8S_VERSION}-rc.1-rancher1/kubelet-${K8S_VERSION}-${ARCH}.tar.gz + && curl -sSLO --retry 5 https://github.com/rancher/kubernetes/releases/download/${K8S_VERSION}/kubelet-${K8S_VERSION}-${ARCH}.tar.gz k8s-binaries: k8s-tars/${K8S_VERSION}/${ARCH}/$(K8S_SERVER_TARBALL) mkdir -p ${K8S_STAGING}/k8s-server-untarred