Commit c4853630 authored by Maxwell Forbes's avatar Maxwell Forbes

Merge pull request #3296 from zmerlynn/fix_gke_network_sigh

GKE: Also need to muck with the firewall rule here
parents 5f2dae4d 36e2886d
......@@ -125,7 +125,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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment