Commit c47564f0 authored by Abhi Shah's avatar Abhi Shah

Merge pull request #22542 from timstclair/heapster

Use the summary_api with heapster by default
parents 4e00333f 1d90394b
......@@ -38,7 +38,7 @@ spec:
memory: {{ heapster_memory }}
command:
- /heapster
- --source=kubernetes:''
- --source=kubernetes.summary_api:''
- --sink=gcm
- --metric_resolution=60s
volumeMounts:
......
......@@ -38,7 +38,7 @@ spec:
memory: {{ heapster_memory }}
command:
- /heapster
- --source=kubernetes:''
- --source=kubernetes.summary_api:''
- --sink=influxdb:http://monitoring-influxdb:8086
- --sink=gcm:?metrics=autoscaling
- --metric_resolution=60s
......
......@@ -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-alpha11
......
......@@ -38,5 +38,5 @@ spec:
memory: {{ heapster_memory }}
command:
- /heapster
- --source=kubernetes:''
- --source=kubernetes.summary_api:''
- --metric_resolution=60s
......@@ -28,7 +28,7 @@ spec:
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''
- --source=kubernetes.summary_api:''
- --sink=gcm
- --sink=gcmautoscaling
- --sink=gcl
......
......@@ -28,7 +28,7 @@ spec:
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''
- --source=kubernetes.summary_api:''
- --sink=gcl
- --sink=gcmautoscaling
- --sink=influxdb:http://monitoring-influxdb:8086
......
......@@ -28,7 +28,7 @@ spec:
memory: 300Mi
command:
- /heapster
- --source=kubernetes:''
- --source=kubernetes.summary_api:''
- --sink=influxdb:http://monitoring-influxdb:8086
- --stats_resolution=30s
- --sink_frequency=1m
......@@ -28,4 +28,4 @@ spec:
memory: 300Mi
command:
- /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