Updating heapster version to v0.14.1.

Adding a standalone version of heapster which exposes stats via REST API.
This commit is contained in:
Vishnu Kannan
2015-06-16 11:13:27 -07:00
parent 27704beae5
commit 31f7ea10c6
8 changed files with 88 additions and 19 deletions

View File

@@ -34,4 +34,5 @@ ELASTICSEARCH_LOGGING_REPLICAS=1
# none - No cluster monitoring setup
# influxdb - Heapster, InfluxDB, and Grafana
# google - Heapster, Google Cloud Monitoring, and Google Cloud Logging
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-none}"
# standalone - Heapster only. Metrics available via Heapster REST API.
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-standalone}"