Merge pull request #16487 from rjsadow/master

use dl.k8s.io, not kubernetes-release bucket
pull/16496/head
Steven Powell 2023-05-11 14:59:48 -07:00 committed by GitHub
commit b6ee6a4a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ rm get-docker.sh
sudo adduser jenkins docker || true
echo "Installing latest kubectl"
curl -LO "https://dl.k8s.io/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/${ARCH}/kubectl"
curl -LO "https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/${ARCH}/kubectl"
sudo install ./kubectl /usr/local/bin/kubectl