Skip to content

Commit

Permalink
Merge pull request #41281 from 9bany/fix/ko-replace-all-references-st…
Browse files Browse the repository at this point in the history
…orage-to-k8s-2

[ko] fix/ko-replace-all-references-storage-to-k8s
  • Loading branch information
k8s-ci-robot authored May 24, 2023
2 parents ae15be5 + cbcf4e7 commit 74c2a2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ curl -L "https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICTL
RELEASE="$(curl -sSL https://dl.k8s.io/release/stable.txt)"
ARCH="amd64"
cd $DOWNLOAD_DIR
sudo curl -L --remote-name-all https://storage.googleapis.com/kubernetes-release/release/${RELEASE}/bin/linux/${ARCH}/{kubeadm,kubelet,kubectl}
sudo curl -L --remote-name-all https://dl.k8s.io/release/${RELEASE}/bin/linux/${ARCH}/{kubeadm,kubelet,kubectl}
sudo chmod +x {kubeadm,kubelet,kubectl}

RELEASE_VERSION="v0.4.0"
Expand Down

0 comments on commit 74c2a2c

Please sign in to comment.