Skip to content

Commit

Permalink
Merge pull request #130 from johntylerrupert/master
Browse files Browse the repository at this point in the history
Fixed: use dl.k8s.io, not kubernetes-release bucket
  • Loading branch information
k8s-ci-robot committed May 18, 2023
2 parents 5225a85 + 5333407 commit 31b8959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cp -r $TEST_DIR/testing-manifests/* ./test/e2e/testing-manifests

# Download kubectl to _output directory
if [ ! -e "$HOME/bin/kubectl" ]; then
curl -o $HOME/bin/kubectl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
curl -o $HOME/bin/kubectl -LO https://dl.k8s.io/release/$(curl -sL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x $HOME/bin/kubectl
fi

Expand Down

0 comments on commit 31b8959

Please sign in to comment.