We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d4bf5 commit 88ca874Copy full SHA for 88ca874
buildscripts/kokoro/xds-k8s.sh
@@ -4,9 +4,8 @@ set -eo pipefail
4
# Constants
5
readonly GITHUB_REPOSITORY_NAME="grpc-java"
6
# 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/"
+readonly GKE_CLUSTER_NAME="interop-test-psm-sec-v2-us-central1-a"
+readonly GKE_CLUSTER_ZONE="us-central1-a"
10
## xDS test server/client Docker images
11
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
12
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"
0 commit comments