Skip to content

Commit 75b1f07

Browse files
committed
Update kubectl download location
1 parent a1d8575 commit 75b1f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ integration-test-base: &integration-test-base
3838
- run:
3939
name: Setup kubectl
4040
command: |
41-
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
41+
curl -Lo kubectl "https://dl.k8s.io/release/${K8S_VERSION}/bin/linux/amd64/kubectl" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
4242
mkdir -p ${HOME}/.kube
4343
touch ${HOME}/.kube/config
4444

0 commit comments

Comments
 (0)