diff --git a/tools/internal_ci/linux/grpc_xds_k8s.sh b/tools/internal_ci/linux/grpc_xds_k8s.sh index d46c3c4e9be..a8cbf5d6807 100755 --- a/tools/internal_ci/linux/grpc_xds_k8s.sh +++ b/tools/internal_ci/linux/grpc_xds_k8s.sh @@ -18,9 +18,8 @@ set -ex -o igncr || set -ex # Constants readonly GITHUB_REPOSITORY_NAME="grpc" # 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/cpp-server" readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/cpp-client" diff --git a/tools/internal_ci/linux/grpc_xds_k8s_python.sh b/tools/internal_ci/linux/grpc_xds_k8s_python.sh index b5564448efc..b6bbfc2bea5 100755 --- a/tools/internal_ci/linux/grpc_xds_k8s_python.sh +++ b/tools/internal_ci/linux/grpc_xds_k8s_python.sh @@ -18,9 +18,8 @@ set -ex -o igncr || set -ex # Constants readonly GITHUB_REPOSITORY_NAME="grpc" # 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/python-server" readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/python-client"