Skip to content

Commit 1f30134

Browse files
Merge pull request openshift#1009 from EmilienM/kuryr/unlimited
Bug 1937005: kuryr/alerts: change the rule for free count
2 parents 3c961e4 + afcd736 commit 1f30134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindata/network/kuryr/alert-rules.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
annotations:
6666
message: Running out of quota for {{"{{"}} $labels.resource {{"}}"}}.
6767
expr: |
68-
kuryr_quota_free_count < 10
68+
kuryr_quota_free_count > 0 and kuryr_quota_free_count < 10
6969
labels:
7070
severity: warning
7171
- alert: InsuficientResourceQuota

0 commit comments

Comments
 (0)