Commit b6e7f470 authored by Vish Kannan's avatar Vish Kannan

Merge pull request #5576 from vmarmol/auth

Add monitoring scope to default GCE config.
parents 8d70dd87 8e2dc04d
...@@ -76,7 +76,7 @@ done ...@@ -76,7 +76,7 @@ done
CLUSTER_IP_RANGE="10.244.0.0/16" CLUSTER_IP_RANGE="10.244.0.0/16"
MINION_IP_RANGES=($(eval echo "${subnets[@]}")) 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. # Increase the sleep interval value if concerned about API rate limits. 3, in seconds, is the default.
POLL_SLEEP_INTERVAL=3 POLL_SLEEP_INTERVAL=3
PORTAL_NET="10.0.0.0/16" PORTAL_NET="10.0.0.0/16"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment