Skip to content

Commit

Permalink
updated kubectl download url for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vardhaman22 committed Oct 3, 2024
1 parent a4d0169 commit 0df656d
Showing 1 changed file with 1 addition and 1 deletion.
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 0df656d

Please sign in to comment.