Update rules.yml

This commit is contained in:
Samuel Berthe 2023-06-22 15:01:06 +02:00 committed by GitHub
parent ee86c2d233
commit 600a759344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1680,7 +1680,7 @@ groups:
query: '(kube_pod_container_status_restarts_total - kube_pod_container_status_restarts_total offset 10m >= 1) and ignoring (reason) min_over_time(kube_pod_container_status_last_terminated_reason{reason="OOMKilled"}[10m]) == 1'
severity: warning
- name: Kubernetes Job failed
description: "Job {{ $labels.namespace }}/{{ $labels.exported_job }} failed to complete"
description: "Job {{ $labels.namespace }}/{{ $labels.job_name }} failed to complete"
query: 'kube_job_status_failed > 0'
severity: warning
- name: Kubernetes CronJob suspended