Merge pull request #12103 from piosz/heapster-for-autoscaling

Added exporting autoscaling metrics in Heapster config
This commit is contained in:
Alex Mohr 2015-08-03 17:53:02 -07:00
commit 0f17038f0a
2 changed files with 4 additions and 0 deletions

View File

@ -30,7 +30,9 @@ spec:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''
- --sink=gcm - --sink=gcm
- --sink=gcmautoscaling
- --sink=gcl - --sink=gcl
- --align_stats
- --poll_duration=2m - --poll_duration=2m
- --stats_resolution=1m - --stats_resolution=1m
volumeMounts: volumeMounts:

View File

@ -30,7 +30,9 @@ spec:
- /heapster - /heapster
- --source=kubernetes:'' - --source=kubernetes:''
- --sink=gcl - --sink=gcl
- --sink=gcmautoscaling
- --sink=influxdb:http://monitoring-influxdb:8086 - --sink=influxdb:http://monitoring-influxdb:8086
- --align_stats
- --poll_duration=2m - --poll_duration=2m
- --stats_resolution=1m - --stats_resolution=1m
volumeMounts: volumeMounts: