From 36e2886d952cf7b4d8105b66abfca03742fecae9 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Wed, 7 Jan 2015 16:12:20 -0800 Subject: [PATCH] GKE: Also need to muck with the firewall rule here --- cluster/gke/util.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/gke/util.sh b/cluster/gke/util.sh index 6484d9958bf92..4d3fcf051ba83 100644 --- a/cluster/gke/util.sh +++ b/cluster/gke/util.sh @@ -140,7 +140,8 @@ function test-setup() { "${MINION_TAG}-${USER}-http-alt" \ --allow tcp:80 tcp:8080 \ --project "${PROJECT}" \ - --target-tags "${MINION_TAG}" + --target-tags "${MINION_TAG}" \ + --network="${NETWORK}" } # Ensure that we have a password created for validating to the master.