Commit cd243289 authored by Daniel Smith's avatar Daniel Smith

Merge pull request #3038 from vishh/fix_monitoring

Fix bug in gce monitoring setup.
parents 3f926e94 aa7a311c
......@@ -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}" \
......
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