Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Shipkov <[email protected]>
  • Loading branch information
grem-li committed Nov 21, 2024
1 parent d31a962 commit b1fd22a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
## You can get minimal limit for StorageClass with command `kubectl get sc -o yaml | grep -E "(\sname|placementCount)"`
## And view all Resource States with `linstor r l`
- alert: ReplicatedPVIncorrectReplicasCountWarningS5
expr: count(kube_persistentvolume_labels{label_storage_deckhouse_io_pv_not_enough_replicas="warning|error|fatal"}) > 0
expr: count(kube_persistentvolume_labels{label_storage_deckhouse_io_pv_not_enough_replicas=~"warning|error|fatal"}) > 0
for: 5m
labels:
severity_level: "5"
Expand Down

0 comments on commit b1fd22a

Please sign in to comment.