mirror of https://github.com/istio/istio.io.git
Update k8s used for testing to 1.25.0 (#12214)
This commit is contained in:
parent
db3731fe20
commit
2fafca5022
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue