Skip to content

Commit 30bf5a1

Browse files
Fix cluster references
Co-authored-by: Sergii Tkachenko <[email protected]>
1 parent ce169c2 commit 30bf5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/grpc-js-xds/scripts/xds_k8s_lb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ main() {
139139
echo "Sourcing test driver install script from: ${TEST_DRIVER_INSTALL_SCRIPT_URL}"
140140
source /dev/stdin <<< "$(curl -s "${TEST_DRIVER_INSTALL_SCRIPT_URL}")"
141141

142-
activate_gke_cluster GKE_CLUSTER_PSM_SECURITY
143-
activate_secondary_gke_cluster GKE_CLUSTER_PSM_SECURITY
142+
activate_gke_cluster GKE_CLUSTER_PSM_LB
143+
activate_secondary_gke_cluster GKE_CLUSTER_PSM_LB
144144

145145
set -x
146146
if [[ -n "${KOKORO_ARTIFACTS_DIR}" ]]; then

0 commit comments

Comments
 (0)