Skip to content

Commit fe31b4b

Browse files
author
gdgate
authored
Merge pull request #1667 from phong-nguyen-duy/TMA-1640
FEATURE: TMA-1640 Don't trigger PD for CPU limit hit Reviewed-by: https://github.com/danh-ung
2 parents 311ced1 + a5430db commit fe31b4b

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)