mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
removed --metric_resolution=60s per piosz
This commit is contained in:
parent
4118bb1cf9
commit
049c51e7e7
@ -34,7 +34,6 @@ spec:
|
||||
- /heapster
|
||||
- --source=kubernetes.summary_api:''
|
||||
- --sink=gcm
|
||||
- --metric_resolution=60s
|
||||
volumeMounts:
|
||||
- name: ssl-certs
|
||||
mountPath: /etc/ssl/certs
|
||||
@ -125,4 +124,4 @@ spec:
|
||||
path: "/etc/ssl/certs"
|
||||
- name: usrsharecacerts
|
||||
hostPath:
|
||||
path: "/usr/share/ca-certificates"
|
||||
path: "/usr/share/ca-certificates"
|
||||
|
@ -35,7 +35,6 @@ spec:
|
||||
- --source=kubernetes.summary_api:''
|
||||
- --sink=influxdb:http://monitoring-influxdb:8086
|
||||
- --sink=gcm:?metrics=autoscaling
|
||||
- --metric_resolution=60s
|
||||
volumeMounts:
|
||||
- name: ssl-certs
|
||||
mountPath: /etc/ssl/certs
|
||||
@ -126,4 +125,4 @@ spec:
|
||||
path: "/etc/ssl/certs"
|
||||
- name: usrsharecacerts
|
||||
hostPath:
|
||||
path: "/usr/share/ca-certificates"
|
||||
path: "/usr/share/ca-certificates"
|
||||
|
@ -34,7 +34,6 @@ spec:
|
||||
- /heapster
|
||||
- --source=kubernetes.summary_api:''
|
||||
- --sink=influxdb:http://monitoring-influxdb:8086
|
||||
- --metric_resolution=60s
|
||||
- image: gcr.io/google_containers/heapster:v1.1.0-beta2
|
||||
name: eventer
|
||||
resources:
|
||||
|
@ -33,7 +33,6 @@ spec:
|
||||
command:
|
||||
- /heapster
|
||||
- --source=kubernetes.summary_api:''
|
||||
- --metric_resolution=60s
|
||||
- image: gcr.io/google_containers/addon-resizer:1.0
|
||||
name: heapster-nanny
|
||||
resources:
|
||||
|
Loading…
Reference in New Issue
Block a user