Skip to content

Commit 16a7d98

Browse files
committed
add runbook url on prometheus alert rules
1 parent 92d64a7 commit 16a7d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/09-prometheus-rules.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spec:
2323
summary: The image registry storage is read-only and no images will be committed to storage.
2424
description: The image registry storage is read-only. Read-only storage affects direct pushes to the image registry, and pull-through proxy caching. In the case of pull-through proxy caching, read-only storage is particularly important because without it the image registry won't be actually caching anything. Please verify your backing storage solution and make sure the volume mounted on the image-registry pods is writable to avoid potential outages.
2525
message: The image registry storage is read-only and no images will be committed to storage.
26+
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-image-registry-operator/ImageRegistryStorageReadOnly.md
2627
- alert: ImageRegistryStorageFull
2728
for: 10m
2829
expr: sum without(instance, pod, operation) (rate(imageregistry_storage_errors_total{code="DEVICE_OUT_OF_SPACE"}[5m])) > 0
@@ -33,3 +34,4 @@ spec:
3334
summary: The image registry storage disk is full and no images will be committed to storage.
3435
description: The image registry storage disk is full. A full disk affects direct pushes to the image registry, and pull-through proxy caching. In the case of pull-through proxy caching, disk space is particularly important because without it the image registry won't be actually caching anything. Please verify your backing storage solution and make sure the volume mounted on the image-registry pods have enough free disk space to avoid potential outages.
3536
message: The image registry storage disk is full and no images will be committed to storage.
37+
runbook_url: https://github.com/openshift/runbooks/blob/master/alerts/cluster-image-registry-operator/ImageRegistryStorageFull.md

0 commit comments

Comments
 (0)