Disable GCM for GCE

This commit is contained in:
saadali 2015-06-05 17:54:06 -07:00
parent bc53533c83
commit a839f47d4a
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ spec:
command: command:
- /heapster - /heapster
- --source=kubernetes:https://kubernetes - --source=kubernetes:https://kubernetes
- --sink=gcm
- --sink=gcl - --sink=gcl
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --poll_duration=2m - --poll_duration=2m

View File

@ -57,7 +57,7 @@ ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
# none - No cluster monitoring setup # none - No cluster monitoring setup
# influxdb - Heapster, InfluxDB, and Grafana # influxdb - Heapster, InfluxDB, and Grafana
# google - Heapster, Google Cloud Monitoring, and Google Cloud Logging # google - Heapster, Google Cloud Monitoring, and Google Cloud Logging
# googleinfluxdb - Enable influxdb and google # googleinfluxdb - Enable influxdb and google (except GCM)
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-googleinfluxdb}" ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-googleinfluxdb}"
# Optional: Enable node logging. # Optional: Enable node logging.