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 4e57ea7 commit 4cc0064Copy full SHA for 4cc0064
tests/e2e/scenarios/scalability/run-test.sh
@@ -27,7 +27,7 @@ fi
27
echo "CLUSTER_NAME=${CLUSTER_NAME}"
28
29
if [[ -z "${K8S_VERSION:-}" ]]; then
30
- K8S_VERSION="$(curl -s -L https://dl.k8s.io/release/latest.txt)"
+ K8S_VERSION=https://storage.googleapis.com/k8s-release-dev/ci/latest.txt
31
fi
32
33
# A temp patch for kubetest2 https://github.com/kubernetes-sigs/kubetest2/pull/256
0 commit comments