Commit 1d90394b authored by Tim St. Clair's avatar Tim St. Clair

Use the summary_api with heapster by default

parent a20258ef
...@@ -38,7 +38,7 @@ spec: ...@@ -38,7 +38,7 @@ spec:
memory: {{ heapster_memory }} memory: {{ heapster_memory }}
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --sink=gcm - --sink=gcm
- --metric_resolution=60s - --metric_resolution=60s
volumeMounts: volumeMounts:
......
...@@ -38,7 +38,7 @@ spec: ...@@ -38,7 +38,7 @@ spec:
memory: {{ heapster_memory }} memory: {{ heapster_memory }}
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --sink=gcm:?metrics=autoscaling - --sink=gcm:?metrics=autoscaling
- --metric_resolution=60s - --metric_resolution=60s
......
...@@ -38,7 +38,7 @@ spec: ...@@ -38,7 +38,7 @@ spec:
memory: {{ heapster_memory }} memory: {{ heapster_memory }}
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --metric_resolution=60s - --metric_resolution=60s
- image: gcr.io/google_containers/heapster:v0.20.0-alpha11 - image: gcr.io/google_containers/heapster:v0.20.0-alpha11
......
...@@ -38,5 +38,5 @@ spec: ...@@ -38,5 +38,5 @@ spec:
memory: {{ heapster_memory }} memory: {{ heapster_memory }}
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --metric_resolution=60s - --metric_resolution=60s
...@@ -28,7 +28,7 @@ spec: ...@@ -28,7 +28,7 @@ spec:
memory: 300Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --sink=gcm - --sink=gcm
- --sink=gcmautoscaling - --sink=gcmautoscaling
- --sink=gcl - --sink=gcl
......
...@@ -28,7 +28,7 @@ spec: ...@@ -28,7 +28,7 @@ spec:
memory: 300Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --sink=gcl - --sink=gcl
- --sink=gcmautoscaling - --sink=gcmautoscaling
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
......
...@@ -28,7 +28,7 @@ spec: ...@@ -28,7 +28,7 @@ spec:
memory: 300Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --stats_resolution=30s - --stats_resolution=30s
- --sink_frequency=1m - --sink_frequency=1m
...@@ -28,4 +28,4 @@ spec: ...@@ -28,4 +28,4 @@ spec:
memory: 300Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''
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