Enable heapster based cluster monitoring by default on other cluster providers, expect for GKE.

This commit is contained in:
Vishnu Kannan
2015-03-11 23:34:04 +00:00
parent 663bdb91c9
commit e7aca5c337
7 changed files with 17 additions and 2 deletions

View File

@@ -62,6 +62,9 @@ LOGGING_DESTINATION=elasticsearch
ENABLE_CLUSTER_LOGGING=false
ELASTICSEARCH_LOGGING_REPLICAS=1
# Optional: When set to true, heapster, Influxdb and Grafana will be setup as part of the cluster bring up.
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-true}"
# Extra options to set on the Docker command line. This is useful for setting
# --insecure-registry for local registries.
DOCKER_OPTS=""