From 2dd4f69e437e981e9b0f6ca9685583b4e702b967 Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Fri, 26 Feb 2016 15:13:33 -0800 Subject: [PATCH] switch heapster addon to summary metrics api --- .../addons/cluster-monitoring/influxdb/heapster-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml index 2a1bcfded19..054a0fc9fe9 100644 --- a/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml +++ b/cluster/addons/cluster-monitoring/influxdb/heapster-controller.yaml @@ -38,7 +38,7 @@ spec: memory: {{ heapster_memory }} command: - /heapster - - --source=kubernetes:'' + - --source=kubernetes.summary_api:'' - --sink=influxdb:http://monitoring-influxdb:8086 - --metric_resolution=60s - image: gcr.io/google_containers/heapster:v0.20.0-alpha8