Commit a839f47d authored by saadali's avatar saadali

Disable GCM for GCE

parent bc53533c
......@@ -25,7 +25,6 @@ spec:
command:
- /heapster
- --source=kubernetes:https://kubernetes
- --sink=gcm
- --sink=gcl
- --sink=influxdb:http://monitoring-influxdb:8086
- --poll_duration=2m
......
......@@ -57,7 +57,7 @@ ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
# none - No cluster monitoring setup
# influxdb - Heapster, InfluxDB, and Grafana
# 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}"
# Optional: Enable node logging.
......
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