Commit 36e2886d authored by Zach Loafman's avatar Zach Loafman

GKE: Also need to muck with the firewall rule here

parent 96300071
...@@ -140,7 +140,8 @@ function test-setup() { ...@@ -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.
......
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