mirror of https://github.com/kubernetes/kops.git
Test 1.31 beta on AWS (#16701)
This commit is contained in:
parent
09b39323fe
commit
2984669707
|
@ -27,7 +27,7 @@ fi
|
|||
echo "CLUSTER_NAME=${CLUSTER_NAME}"
|
||||
|
||||
if [[ -z "${K8S_VERSION:-}" ]]; then
|
||||
K8S_VERSION="$(curl -s -L https://dl.k8s.io/release/stable.txt)"
|
||||
K8S_VERSION="$(curl -s -L https://dl.k8s.io/release/latest.txt)"
|
||||
fi
|
||||
|
||||
# A temp patch for kubetest2 https://github.com/kubernetes-sigs/kubetest2/pull/256
|
||||
|
|
Loading…
Reference in New Issue