mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Use the summary_api with heapster by default
This commit is contained in:
parent
a20258efae
commit
1d90394bf6
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -28,4 +28,4 @@ spec:
|
|||||||
memory: 300Mi
|
memory: 300Mi
|
||||||
command:
|
command:
|
||||||
- /heapster
|
- /heapster
|
||||||
- --source=kubernetes:''
|
- --source=kubernetes.summary_api:''
|
||||||
|
Loading…
Reference in New Issue
Block a user