You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expr: sum without(instance, pod, operation) (rate(imageregistry_storage_errors_total{code="READ_ONLY_FILESYSTEM"}[5m])) > 0
19
+
labels:
20
+
kubernetes_operator_part_of: image-registry
21
+
severity: warning
22
+
annotations:
23
+
summary: The image registry storage is read-only and no images will be committed to storage.
24
+
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.
25
+
message: The image registry storage is read-only and no images will be committed to storage.
26
+
- alert: ImageRegistryStorageFull
27
+
for: 10m
28
+
expr: sum without(instance, pod, operation) (rate(imageregistry_storage_errors_total{code="DEVICE_OUT_OF_SPACE"}[5m])) > 0
29
+
labels:
30
+
kubernetes_operator_part_of: image-registry
31
+
severity: warning
32
+
annotations:
33
+
summary: The image registry storage disk is full and no images will be committed to storage.
34
+
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.
35
+
message: The image registry storage disk is full and no images will be committed to storage.
0 commit comments