Skip to content

Commit

Permalink
Merge pull request kubernetes#3296 from zmerlynn/fix_gke_network_sigh
Browse files Browse the repository at this point in the history
GKE: Also need to muck with the firewall rule here
  • Loading branch information
mbforbes committed Jan 8, 2015
2 parents 5f2dae4 + 36e2886 commit c485363
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 @@ -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.
Expand Down

0 comments on commit c485363

Please sign in to comment.