We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 614c1de + b2e49e6 commit 9d92cd4Copy full SHA for 9d92cd4
Makefile
@@ -29,7 +29,7 @@ all-push: all-push-images push-manifest
29
k8s-tars/${K8S_VERSION}/${ARCH}/${K8S_SERVER_TARBALL}:
30
mkdir -p k8s-tars/${K8S_VERSION}/${ARCH}
31
cd k8s-tars/${K8S_VERSION}/${ARCH} && curl -sSLO --retry 5 https://dl.k8s.io/${K8S_VERSION}/${K8S_SERVER_TARBALL} \
32
- && 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
33
34
k8s-binaries: k8s-tars/${K8S_VERSION}/${ARCH}/$(K8S_SERVER_TARBALL)
35
mkdir -p ${K8S_STAGING}/k8s-server-untarred
0 commit comments