Merge pull request #22542 from timstclair/heapster

Use the summary_api with heapster by default
This commit is contained in:
Abhi Shah 2016-03-04 13:37:52 -08:00
commit c47564f00b
8 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -28,4 +28,4 @@ spec:
memory: 300Mi memory: 300Mi
command: command:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes.summary_api:''