Skip to content

Commit 6d98c76

Browse files
committed
Merge branch 'improvement/MK8S-11-nodesystemsaturation-threshhold-too-low' into tmp/octopus/w/132.0/improvement/MK8S-11-nodesystemsaturation-threshhold-too-low
2 parents 8289604 + f94d064 commit 6d98c76

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
and Fluent Bit Helm chart version to [0.50.0](https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.50.0)
2626
(PR[#4627](https://github.com/scality/metalk8s/pull/4627))
2727

28+
### Bug Fixes
29+
30+
- Fix a Bug where NodeSystemSaturation alert triggers too early after only 15 minutes of high load
31+
(PR[#4641](https://github.com/scality/metalk8s/pull/4641))
32+
2833
## Release 130.0.4 (in development)
2934

3035
## Release 130.0.3

charts/kube-prometheus-stack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ commonLabels:
99
app.kubernetes.io/managed-by: 'metalk8s'
1010
metalk8s.scality.com/monitor: ''
1111

12+
customRules:
13+
NodeSystemSaturation:
14+
for: "30m"
15+
1216
# NOTE: cannot use this at the moment because kube-state-metrics uses it incorrectly
1317
# global:
1418
# imageRegistry: '__var__(repo.registry_endpoint)'

salt/metalk8s/addons/prometheus-operator/deployed/chart.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74765,7 +74765,7 @@ spec:
7476574765
expr: |-
7476674766
node_load1{job="node-exporter"}
7476774767
/ count without (cpu, mode) (node_cpu_seconds_total{job="node-exporter", mode="idle"}) > 2
74768-
for: 15m
74768+
for: 30m
7476974769
labels:
7477074770
severity: warning
7477174771
- alert: NodeMemoryMajorPagesFaults

0 commit comments

Comments
 (0)