Skip to content

Commit 88ca874

Browse files
committed
buildscripts: switch xds-k8s cluster to 1.20.x
1 parent 65d4bf5 commit 88ca874

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

buildscripts/kokoro/xds-k8s.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ set -eo pipefail
44
# Constants
55
readonly GITHUB_REPOSITORY_NAME="grpc-java"
66
# GKE Cluster
7-
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-testing-api"
8-
readonly GKE_CLUSTER_ZONE="us-west1-b"
9-
export CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER="https://test-container.sandbox.googleapis.com/"
7+
readonly GKE_CLUSTER_NAME="interop-test-psm-sec-v2-us-central1-a"
8+
readonly GKE_CLUSTER_ZONE="us-central1-a"
109
## xDS test server/client Docker images
1110
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
1211
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"

0 commit comments

Comments
 (0)