We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fb0e02 + a0628a5 commit 69ed13bCopy full SHA for 69ed13b
common/container.yaml.tmpl
@@ -27,7 +27,7 @@ groups:
27
action: "Investigate CPU consumption and adjust pods resources if needed."
28
dashboard: "https://grafana.$ENVIRONMENT.$PROVIDER.uw.systems/d/VAE0wIcik/kubernetes-pod-resources?orgId=1&refresh=1m&from=now-12h&to=now&var-instance=All&var-namespace={{ $labels.namespace }}"
29
- alert: ContainerOOMing
30
- expr: kube_pod_container_status_last_terminated_reason{reason="OOMKilled"} and on (container) kube_pod_container_status_ready == 0
+ expr: kube_pod_container_status_last_terminated_reason{reason="OOMKilled"} and on (container,pod) kube_pod_container_status_ready == 0
31
for: 5m
32
annotations:
33
summary: "Container {{$labels.namespace}}/{{$labels.pod}}/{{$labels.container}} has been OOMKilled recently and it's not ready"
0 commit comments