Skip to content

Commit

Permalink
Merge pull request #3156 from evenemento/master
Browse files Browse the repository at this point in the history
Add missign network flag
  • Loading branch information
thockin committed Dec 29, 2014
2 parents 8eac730 + d6a7474 commit 7dec65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ function setup-monitoring {
if ! gcloud compute firewall-rules create monitoring-heapster \
--project "${PROJECT}" \
--target-tags="${MINION_TAG}" \
--network="${NETWORK}" \
--allow tcp:80 tcp:8083 tcp:8086 tcp:9200; then
echo "Failed to set up firewall for monitoring" && false
fi
Expand Down

0 comments on commit 7dec65f

Please sign in to comment.