From 8e2dc04da865e2259042b6bbd93ae0383d542f0f Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Tue, 17 Mar 2015 17:02:10 -0700 Subject: [PATCH] Add monitoring scope to default GCE config. This will allow Heapster to run GCM-based monitoring on the nodes. --- cluster/gce/config-default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 50417161c62f1..7267f5d92535a 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -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"