File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22name : lcm-bricks
33description : LCM Bricks
4- version : 2.0.3
4+ version : 2.0.6
Original file line number Diff line number Diff line change 9292 annotations:
9393 description: "We are hitting CPU limit in LCM namespace."
9494 summary: "We are hitting CPU limit in LCM namespace."
95-
95+ - alert: "[LCM] POD is in undesirable state on cluster={{ .Values.clusterId }}"
96+ expr: kube_pod_status_phase{namespace='{{ .Release.Namespace }}', phase!~"Running|Succeeded|Failed"} > 0
97+ for: 5m
98+ labels:
99+ cluster_id: {{ .Values.clusterId }}
100+ severity: critical
101+ team: lcm
102+ annotations:
103+ description: "POD {{`{{ $labels.pod }}`}} is not in desirable state"
104+ summary: "POD is not in desirable state"
105+ runbook: "https://confluence.intgdc.com/display/plat/Generic+runbooks#Genericrunbooks-Podisinundesirablestate"
You can’t perform that action at this time.
0 commit comments