kube-prometheus: bump various versions
This commit is contained in:
@@ -86,7 +86,7 @@ groups:
|
||||
}} are slow
|
||||
summary: slow HTTP requests
|
||||
- alert: EtcdMemberCommunicationSlow
|
||||
expr: histogram_quantile(0.99, rate(etcd_network_member_round_trip_time_seconds_bucket[5m]))
|
||||
expr: histogram_quantile(0.99, rate(etcd_network_peer_round_trip_time_seconds_bucket[5m]))
|
||||
> 0.15
|
||||
for: 10m
|
||||
labels:
|
||||
|
@@ -11,7 +11,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: grafana
|
||||
image: grafana/grafana:4.5.2
|
||||
image: grafana/grafana:4.6.3
|
||||
env:
|
||||
- name: GF_AUTH_BASIC_ENABLED
|
||||
value: "true"
|
||||
|
@@ -6,4 +6,4 @@ metadata:
|
||||
alertmanager: main
|
||||
spec:
|
||||
replicas: 3
|
||||
version: v0.9.1
|
||||
version: v0.13.0
|
||||
|
@@ -11,7 +11,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: grafana
|
||||
image: grafana/grafana:4.5.2
|
||||
image: grafana/grafana:4.6.3
|
||||
env:
|
||||
- name: GF_AUTH_BASIC_ENABLED
|
||||
value: "true"
|
||||
|
@@ -42,7 +42,7 @@ spec:
|
||||
memory: 40Mi
|
||||
cpu: 20m
|
||||
- name: kube-state-metrics
|
||||
image: quay.io/coreos/kube-state-metrics:v1.2.0-rc.0
|
||||
image: quay.io/coreos/kube-state-metrics:v1.2.0
|
||||
args:
|
||||
- "--host=127.0.0.1"
|
||||
- "--port=8081"
|
||||
|
@@ -17,7 +17,7 @@ spec:
|
||||
hostNetwork: true
|
||||
hostPID: true
|
||||
containers:
|
||||
- image: quay.io/prometheus/node-exporter:v0.15.0
|
||||
- image: quay.io/prometheus/node-exporter:v0.15.2
|
||||
args:
|
||||
- "--web.listen-address=127.0.0.1:9101"
|
||||
- "--path.procfs=/host/proc"
|
||||
|
@@ -126,7 +126,7 @@ data:
|
||||
}} are slow
|
||||
summary: slow HTTP requests
|
||||
- alert: EtcdMemberCommunicationSlow
|
||||
expr: histogram_quantile(0.99, rate(etcd_network_member_round_trip_time_seconds_bucket[5m]))
|
||||
expr: histogram_quantile(0.99, rate(etcd_network_peer_round_trip_time_seconds_bucket[5m]))
|
||||
> 0.15
|
||||
for: 10m
|
||||
labels:
|
||||
|
Reference in New Issue
Block a user