Fix monitoring setup script.

Remove the firewall rule created for monitoring as part of kube-down.
Reuse master auth for Grafana.
This commit is contained in:
Vishnu Kannan
2014-11-07 21:30:31 +00:00
committed by Filipe Brandenburger
parent d6777557d1
commit 46a22b3c44
6 changed files with 36 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ source "${KUBE_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
echo "Bringing down cluster using provider: $KUBERNETES_PROVIDER"
verify-prereqs
teardown-monitoring
kube-down
echo "Done"