[bot] [main] Automated version update

This commit is contained in:
dgrisonnet
2021-09-20 07:39:09 +00:00
committed by GitHub
parent 43f7268853
commit a232cca3b6
15 changed files with 35 additions and 31 deletions

View File

@@ -363,6 +363,8 @@ spec:
) < 0.03
and
kubelet_volume_stats_used_bytes{job="kubelet", metrics_path="/metrics"} > 0
unless on(namespace, persistentvolumeclaim)
kube_persistentvolumeclaim_access_mode{ access_mode="ReadOnlyMany"} == 1
for: 1m
labels:
severity: critical
@@ -381,6 +383,8 @@ spec:
kubelet_volume_stats_used_bytes{job="kubelet", metrics_path="/metrics"} > 0
and
predict_linear(kubelet_volume_stats_available_bytes{job="kubelet", metrics_path="/metrics"}[6h], 4 * 24 * 3600) < 0
unless on(namespace, persistentvolumeclaim)
kube_persistentvolumeclaim_access_mode{ access_mode="ReadOnlyMany"} == 1
for: 1h
labels:
severity: warning