Update k8s used for testing to 1.25.0 (#12214)

This commit is contained in:
Eric Van Norman 2022-11-11 09:39:46 -06:00 committed by GitHub
parent db3731fe20
commit 2fafca5022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ while (( "$#" )); do
done
export IP_FAMILY="${IP_FAMILY:-ipv4}"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.21.1"
export NODE_IMAGE="gcr.io/istio-testing/kind-node:v1.25.0"
if [[ -z "${SKIP_SETUP:-}" ]]; then
export ARTIFACTS="${ARTIFACTS:-$(mktemp -d)}"
@ -94,7 +94,7 @@ if [[ -z "${SKIP_SETUP:-}" ]]; then
export METRICS_SERVER_CONFIG_DIR=''
if [[ "${TOPOLOGY}" == "SINGLE_CLUSTER" ]]; then
time setup_kind_cluster
time setup_kind_cluster "istio-testing" "${NODE_IMAGE}"
else
time load_cluster_topology "${CLUSTER_TOPOLOGY_CONFIG_FILE}"
time setup_kind_clusters "${NODE_IMAGE}" "${IP_FAMILY}"