From 8d194bc114e5e9af3183c58347caaa5cd0faf2fd Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Wed, 5 May 2021 18:12:37 -0400 Subject: [PATCH] buildscripts: switch xds-k8s cluster to 1.20.x --- buildscripts/kokoro/xds-k8s.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/buildscripts/kokoro/xds-k8s.sh b/buildscripts/kokoro/xds-k8s.sh index bc0da15ba81f..cafd884ccaf1 100755 --- a/buildscripts/kokoro/xds-k8s.sh +++ b/buildscripts/kokoro/xds-k8s.sh @@ -4,9 +4,8 @@ set -eo pipefail # Constants readonly GITHUB_REPOSITORY_NAME="grpc-java" # GKE Cluster -readonly GKE_CLUSTER_NAME="interop-test-psm-sec-testing-api" -readonly GKE_CLUSTER_ZONE="us-west1-b" -export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://test-container.sandbox.googleapis.com/" +readonly GKE_CLUSTER_NAME="interop-test-psm-sec-v2-us-central1-a" +readonly GKE_CLUSTER_ZONE="us-central1-a" ## xDS test server/client Docker images readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server" readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"