File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ e2e-install-prerequisites:
118
118
# Download and install kind
119
119
curl -L https://github.com/kubernetes-sigs/kind/releases/download/v${KIND_VERSION} /kind-linux-amd64 --output kind && chmod +x kind && sudo mv kind /usr/local/bin/
120
120
# Download and install kubectl
121
- curl -LO https://storage.googleapis.com/kubernetes-release /release/${KUBERNETES_VERSION} /bin/linux/amd64/kubectl && chmod +x ./kubectl && sudo mv kubectl /usr/local/bin/
121
+ curl -LO https://dl.k8s.io /release/${KUBERNETES_VERSION} /bin/linux/amd64/kubectl && chmod +x ./kubectl && sudo mv kubectl /usr/local/bin/
122
122
# Download and install bats
123
123
curl -sSLO https://github.com/bats-core/bats-core/archive/v${BATS_VERSION} .tar.gz && tar -zxvf v${BATS_VERSION} .tar.gz && sudo bash bats-core-${BATS_VERSION} /install.sh /usr/local
124
124
You can’t perform that action at this time.
0 commit comments