kube-prometheus: bump various versions

This commit is contained in:
Frederic Branczyk
2018-01-11 15:18:12 +01:00
parent d379175bb2
commit aacc95b74c
7 changed files with 7 additions and 7 deletions

View File

@@ -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:

View File

@@ -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"

View File

@@ -6,4 +6,4 @@ metadata:
alertmanager: main
spec:
replicas: 3
version: v0.9.1
version: v0.13.0

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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: