Skip to content

Commit e659827

Browse files
authored
Merge pull request #3697 from vardhaman22/update-kubectl-url
2 parents a4d0169 + 497e4c1 commit e659827

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

data/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

scripts/integration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function kubectlinstall {
55
k8sversion=$1
66
if [ ! -f "/usr/local/bin/kubectl-${k8sversion}" ]; then
77
echo_with_time "Downloading kubectl ${k8sversion}"
8-
curl -sL -o "/usr/local/bin/kubectl-${k8sversion}" "https://storage.googleapis.com/kubernetes-release/release/${k8sversion}/bin/linux/amd64/kubectl"
8+
curl -sL -o "/usr/local/bin/kubectl-${k8sversion}" "https://dl.k8s.io/release/${k8sversion}/bin/linux/amd64/kubectl"
99
chmod +x "/usr/local/bin/kubectl-${k8sversion}"
1010
fi
1111
}

0 commit comments

Comments
 (0)