Skip to content

Commit

Permalink
GKE: Also need to muck with the firewall rule here
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerlynn committed Jan 8, 2015
1 parent 9630007 commit 36e2886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/gke/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36e2886

Please sign in to comment.