Add missign network flag

pull/6/head
Maciej Chmielarski 2014-12-29 12:59:02 +01:00
parent a99bb4823b
commit d6a747481c
1 changed files with 1 additions and 0 deletions

View File

@ -731,6 +731,7 @@ function setup-monitoring {
if ! gcloud compute firewall-rules create monitoring-heapster \ if ! gcloud compute firewall-rules create monitoring-heapster \
--project "${PROJECT}" \ --project "${PROJECT}" \
--target-tags="${MINION_TAG}" \ --target-tags="${MINION_TAG}" \
--network="${NETWORK}" \
--allow tcp:80 tcp:8083 tcp:8086 tcp:9200; then --allow tcp:80 tcp:8083 tcp:8086 tcp:9200; then
echo "Failed to set up firewall for monitoring" && false echo "Failed to set up firewall for monitoring" && false
fi fi