Skip to content

Commit

Permalink
Merge pull request kubernetes#5576 from vmarmol/auth
Browse files Browse the repository at this point in the history
Add monitoring scope to default GCE config.
  • Loading branch information
vishh committed Mar 18, 2015
2 parents 8d70dd8 + 8e2dc04 commit b6e7f47
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 b6e7f47

Please sign in to comment.