Skip to content

Commit

Permalink
Merge pull request #3699 from vardhaman22/v1.5-update-kubectl-downloa…
Browse files Browse the repository at this point in the history
…d-url
  • Loading branch information
jiaqiluo authored Oct 3, 2024
2 parents 086df73 + b8c149c commit fadd0c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/integration
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function kubectlinstall {
k8sversion=$1
if [ ! -f "/usr/local/bin/kubectl-${k8sversion}" ]; then
echo_with_time "Downloading kubectl ${k8sversion}"
curl -sL -o "/usr/local/bin/kubectl-${k8sversion}" "https://storage.googleapis.com/kubernetes-release/release/${k8sversion}/bin/linux/amd64/kubectl"
curl -sL -o "/usr/local/bin/kubectl-${k8sversion}" "https://dl.k8s.io/release/${k8sversion}/bin/linux/amd64/kubectl"
chmod +x "/usr/local/bin/kubectl-${k8sversion}"
fi
}
Expand Down

0 comments on commit fadd0c2

Please sign in to comment.