Skip to content

Commit a5430db

Browse files
FEATURE: TMA-1640 Don't trigger PD for CPU limit hit
1 parent 311ced1 commit a5430db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/charts/lcm-bricks/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
name: lcm-bricks
33
description: LCM Bricks
4-
version: 2.0.2
4+
version: 2.0.3

k8s/charts/lcm-bricks/templates/prometheus/alertingRules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ data:
8686
- alert: "[LCM] Resource quotas hit CPU limit on cluster={{ .Values.clusterId }}"
8787
expr: kube_resourcequota{namespace='{{ .Release.Namespace }}',resource="limits.cpu",type="hard"} - ignoring(type) kube_resourcequota{namespace='{{ .Release.Namespace }}',resource="limits.cpu",type="used"} == 0
8888
labels:
89-
severity: critical
89+
severity: warning
9090
team: lcm
9191
cluster_id: {{ .Values.clusterId }}
9292
annotations:

0 commit comments

Comments
 (0)