You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expr: sum by (pod) (increase(kube_pod_container_status_restarts_total{namespace="openshift-gitops",container="argocd-application-controller",pod=~"openshift-gitops-application-controller-.*"}[30m])) > 2
52
52
for: 10m
53
53
labels:
54
54
severity: warning
55
55
annotations:
56
-
summary: Argo CD application controller is restarting frequently
57
-
description: Argo CD application controller pod {{ $labels.pod }} restarted more than 2 times in 30 minutes.
56
+
message: Argo CD application controller pod {{ $labels.pod }} restarted more than 2 times in 30 minutes.
58
57
- alert: ArgoCDApplicationControllerOOMKilled
59
58
expr: max by (pod) (kube_pod_container_status_last_terminated_reason{namespace="openshift-gitops",container="argocd-application-controller",reason="OOMKilled",pod=~"openshift-gitops-application-controller-.*"}) == 1
60
59
for: 10m
61
60
labels:
62
61
severity: warning
63
62
annotations:
64
-
summary: Argo CD application controller was OOM-killed
65
-
description: Argo CD application controller pod {{ $labels.pod }} was terminated due to OOMKilled in the last restart cycle.
63
+
message: Argo CD application controller pod {{ $labels.pod }} was terminated due to OOMKilled in the last restart cycle.
0 commit comments