diff --git a/Makefile b/Makefile index 40bc2c0..7c8dff1 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