mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #12103 from piosz/heapster-for-autoscaling
Added exporting autoscaling metrics in Heapster config
This commit is contained in:
commit
0f17038f0a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user