Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1828608: Removing ImageRegistryRemoved alert #561

Merged
merged 1 commit into from May 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 0 additions & 11 deletions manifests/09-prometheus-rules.yaml
Expand Up @@ -17,17 +17,6 @@ spec:
message: |
Image Registry Storage configuration has changed in the last 30
minutes. This change may have caused data loss.
- alert: ImageRegistryRemoved
expr: cluster_operator_conditions{name="image-registry",condition="Available",reason="Removed"} > 0
for: 5m
labels:
severity: warning
annotations:
message: |
Image Registry has been removed. ImageStreamTags, BuildConfigs and
DeploymentConfigs which reference ImageStreamTags may not work as
expected. Please configure storage and update the config to Managed
state by editing configs.imageregistry.operator.openshift.io.
- name: ImagePruner
rules:
- alert: ImagePruningDisabled
Expand Down