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
|
- /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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user