GKE: Also need to muck with the firewall rule here

pull/6/head
Zach Loafman 2015-01-07 16:12:20 -08:00
parent 963000715a
commit 36e2886d95
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ function test-setup() {
"${MINION_TAG}-${USER}-http-alt" \ "${MINION_TAG}-${USER}-http-alt" \
--allow tcp:80 tcp:8080 \ --allow tcp:80 tcp:8080 \
--project "${PROJECT}" \ --project "${PROJECT}" \
--target-tags "${MINION_TAG}" --target-tags "${MINION_TAG}" \
--network="${NETWORK}"
} }
# Ensure that we have a password created for validating to the master. # Ensure that we have a password created for validating to the master.