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 ce169c2 commit 30bf5a1Copy full SHA for 30bf5a1
packages/grpc-js-xds/scripts/xds_k8s_lb.sh
@@ -139,8 +139,8 @@ main() {
139
echo "Sourcing test driver install script from: ${TEST_DRIVER_INSTALL_SCRIPT_URL}"
140
source /dev/stdin <<< "$(curl -s "${TEST_DRIVER_INSTALL_SCRIPT_URL}")"
141
142
- activate_gke_cluster GKE_CLUSTER_PSM_SECURITY
143
- activate_secondary_gke_cluster GKE_CLUSTER_PSM_SECURITY
+ activate_gke_cluster GKE_CLUSTER_PSM_LB
+ activate_secondary_gke_cluster GKE_CLUSTER_PSM_LB
144
145
set -x
146
if [[ -n "${KOKORO_ARTIFACTS_DIR}" ]]; then
0 commit comments