Skip to content

Commit

Permalink
Add monitoring scope to default GCE config.
Browse files Browse the repository at this point in the history
This will allow Heapster to run GCM-based monitoring on the nodes.
  • Loading branch information
vmarmol committed Mar 18, 2015
1 parent cbe4a1a commit 8e2dc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ done
CLUSTER_IP_RANGE="10.244.0.0/16"
MINION_IP_RANGES=($(eval echo "${subnets[@]}"))

MINION_SCOPES=("storage-ro" "compute-rw")
MINION_SCOPES=("storage-ro" "compute-rw" "https://www.googleapis.com/auth/monitoring")
# Increase the sleep interval value if concerned about API rate limits. 3, in seconds, is the default.
POLL_SLEEP_INTERVAL=3
PORTAL_NET="10.0.0.0/16"
Expand Down

0 comments on commit 8e2dc04

Please sign in to comment.