Commit 0f17038f authored by Alex Mohr's avatar Alex Mohr

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

Added exporting autoscaling metrics in Heapster config
parents 7ac6c50b 2bf447ca
......@@ -30,7 +30,9 @@ spec:
- /heapster
- --source=kubernetes:''
- --sink=gcm
- --sink=gcmautoscaling
- --sink=gcl
- --align_stats
- --poll_duration=2m
- --stats_resolution=1m
volumeMounts:
......
......@@ -30,7 +30,9 @@ spec:
- /heapster
- --source=kubernetes:''
- --sink=gcl
- --sink=gcmautoscaling
- --sink=influxdb:http://monitoring-influxdb:8086
- --align_stats
- --poll_duration=2m
- --stats_resolution=1m
volumeMounts:
......
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