-
Spike
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
None
-
False
-
-
False
-
5
-
None
How to appropriately configure the read-only storage alert? Below is an example alert. What are the correct values for the properties? Specially "for".
How can we make sure the alert remains "on" until the error clears up? Is keeping the alert "on" always dependent on whether new values show up in the metric or not?
apiVersion: monitoring.openshift.io/v1
kind: AlertingRule
metadata:
name: image-registry-storage-readonly
namespace: openshift-monitoring
spec:
groups:
- name: image-registry-rules
rules:
- alert: ReadOnlyStorageAlert
for: 1m
expr: imageregistry_storage_errors_total {code="READ_ONLY_FILESYSTEM"}
labels:
severity: critical
annotations:
message: The image registry storage is read-only - no images will be committed to storage.
Resources:
- blocks
-
IR-490 As a cluster admin, I want to be alerted when the registry experiences a serious storage error, so that I can act on it accordingly
-
- Closed
-