We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d8575 commit 75b1f07Copy full SHA for 75b1f07
.circleci/config.yml
@@ -38,7 +38,7 @@ integration-test-base: &integration-test-base
38
- run:
39
name: Setup kubectl
40
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/
+ curl -Lo kubectl "https://dl.k8s.io/release/${K8S_VERSION}/bin/linux/amd64/kubectl" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
42
mkdir -p ${HOME}/.kube
43
touch ${HOME}/.kube/config
44
0 commit comments