From aa7a311c3448ee7b1e9aea36a22f1ac13f6acf9a Mon Sep 17 00:00:00 2001 From: Vishnu Kannan Date: Thu, 18 Dec 2014 20:47:41 +0000 Subject: [PATCH] Fix bug in gce monitoring setup. --- cluster/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index bee88b24d30..eabadd94051 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -726,7 +726,7 @@ function restart-kube-proxy { function setup-monitoring { if [[ "${ENABLE_CLUSTER_MONITORING}" == "true" ]]; then echo "Setting up cluster monitoring using Heapster." - + detect-project if ! gcloud compute firewall-rules describe monitoring-heapster &>/dev/null; then if ! gcloud compute firewall-rules create monitoring-heapster \ --project "${PROJECT}" \