File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN make WHAT=cmd/kube-apiserver && \
39
39
40
40
# kubectl
41
41
RUN /bin/bash -x -c ' \
42
- { curl -sfLO https://storage.googleapis.com/kubernetes-release/release /${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kubectl && \
42
+ { curl -sfLO https://dl.k8s.io /${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kubectl && \
43
43
chmod +x kubectl && \
44
44
cp kubectl $DEST; } || \
45
45
{ make WHAT=cmd/kubectl && \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN curl -sfLO https://dl.k8s.io/${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kube-ap
35
35
cp kube-apiserver $DEST
36
36
37
37
# kubectl
38
- RUN curl -sfLO https://storage.googleapis.com/kubernetes-release/release /${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kubectl && \
38
+ RUN curl -sfLO https://dl.k8s.io /${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kubectl && \
39
39
chmod +x kubectl && \
40
40
cp kubectl $DEST
41
41
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN make WHAT=cmd/kube-apiserver && \
39
39
40
40
# kubectl
41
41
RUN /bin/bash -x -c ' \
42
- { curl -sfLO https://storage.googleapis.com/kubernetes-release/release /${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kubectl.exe && \
42
+ { curl -sfLO https://dl.k8s.io /${KUBERNETES_VERSION}/bin/${OS}/${ARCH}/kubectl.exe && \
43
43
chmod +x kubectl.exe && \
44
44
cp kubectl.exe $DEST; } || \
45
45
{ make WHAT=cmd/kubectl && \
You can’t perform that action at this time.
0 commit comments