diff --git a/prow/integ-suite-kind.sh b/prow/integ-suite-kind.sh index 509fb56782..1401e720e4 100755 --- a/prow/integ-suite-kind.sh +++ b/prow/integ-suite-kind.sh @@ -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}"