mirror of https://github.com/linkerd/linkerd2.git
Update Prometheus retention param (#2584)
`storage.tsdb.retention` is deprecated in favor of `storage.tsdb.retention.time`. Replace all occurrences. Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
parent
e711ab7b15
commit
e38ad7e9d1
|
@ -90,7 +90,7 @@ spec:
|
||||||
imagePullPolicy: {{.ImagePullPolicy}}
|
imagePullPolicy: {{.ImagePullPolicy}}
|
||||||
args:
|
args:
|
||||||
- "--storage.tsdb.path=/data"
|
- "--storage.tsdb.path=/data"
|
||||||
- "--storage.tsdb.retention=6h"
|
- "--storage.tsdb.retention.time=6h"
|
||||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||||
- "--log.level={{.PrometheusLogLevel}}"
|
- "--log.level={{.PrometheusLogLevel}}"
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|
|
@ -942,7 +942,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention=6h
|
- --storage.tsdb.retention.time=6h
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
- --log.level=info
|
- --log.level=info
|
||||||
image: prom/prometheus:v2.7.1
|
image: prom/prometheus:v2.7.1
|
||||||
|
|
|
@ -966,7 +966,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention=6h
|
- --storage.tsdb.retention.time=6h
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
- --log.level=info
|
- --log.level=info
|
||||||
image: prom/prometheus:v2.7.1
|
image: prom/prometheus:v2.7.1
|
||||||
|
|
|
@ -966,7 +966,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention=6h
|
- --storage.tsdb.retention.time=6h
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
- --log.level=info
|
- --log.level=info
|
||||||
image: prom/prometheus:v2.7.1
|
image: prom/prometheus:v2.7.1
|
||||||
|
|
|
@ -870,7 +870,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention=6h
|
- --storage.tsdb.retention.time=6h
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
- --log.level=info
|
- --log.level=info
|
||||||
image: prom/prometheus:v2.7.1
|
image: prom/prometheus:v2.7.1
|
||||||
|
|
|
@ -872,7 +872,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention=6h
|
- --storage.tsdb.retention.time=6h
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
- --log.level=info
|
- --log.level=info
|
||||||
image: prom/prometheus:v2.7.1
|
image: prom/prometheus:v2.7.1
|
||||||
|
|
|
@ -839,7 +839,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
- --storage.tsdb.path=/data
|
- --storage.tsdb.path=/data
|
||||||
- --storage.tsdb.retention=6h
|
- --storage.tsdb.retention.time=6h
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
- --log.level=PrometheusLogLevel
|
- --log.level=PrometheusLogLevel
|
||||||
image: PrometheusImage
|
image: PrometheusImage
|
||||||
|
|
Loading…
Reference in New Issue