Skip to content

Commit

Permalink
fix kubectl release
Browse files Browse the repository at this point in the history
Signed-off-by: David Fridrich <[email protected]>
  • Loading branch information
gauron99 committed Jan 22, 2025
1 parent 724cc5b commit f2eb24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ warn_architecture() {

install_kubectl() {
echo '=== kubectl'
curl -sSLo "${bin}"/kubectl "https://storage.googleapis.com/kubernetes-release/release/v$kubectl_version/bin/linux/${ARCH}/kubectl"
curl -sSLo "${bin}"/kubectl "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x "${bin}"/kubectl
"${bin}"/kubectl version --client=true
}
Expand Down

0 comments on commit f2eb24d

Please sign in to comment.