Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vishiy committed Aug 26, 2024
1 parent fad8318 commit 14a8add
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mixins/kubernetes/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1220,8 +1220,9 @@ tests:
exp_alerts:
- exp_labels:
severity: "warning"
cluster: "kubernetes"
exp_annotations:
description: 'Cluster has overcommitted CPU resource requests for Namespaces.'
description: 'Cluster kubernetes has overcommitted CPU resource requests for Namespaces.'
runbook_url: "https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubecpuquotaovercommit"
summary: "Cluster has overcommitted CPU resource requests."

Expand Down Expand Up @@ -1263,7 +1264,8 @@ tests:
exp_alerts:
- exp_labels:
severity: "warning"
cluster: "kubernetes"
exp_annotations:
description: 'Cluster has overcommitted memory resource requests for Namespaces.'
description: 'Cluster kubernetes has overcommitted memory resource requests for Namespaces.'
runbook_url: "https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubememoryquotaovercommit"
summary: "Cluster has overcommitted memory resource requests."

0 comments on commit 14a8add

Please sign in to comment.