mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #3296 from zmerlynn/fix_gke_network_sigh
GKE: Also need to muck with the firewall rule here
This commit is contained in:
commit
c48536304a
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue