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

[release-4.5] Bug 1846336: Remove alert about image pruner #571

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
15 changes: 0 additions & 15 deletions manifests/09-prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,3 @@ spec:
message: |
Image Registry Storage configuration has changed in the last 30
minutes. This change may have caused data loss.
- name: ImagePruner
rules:
- alert: ImagePruningDisabled
expr: image_registry_operator_image_pruner_install_status < 2
labels:
severity: warning
annotations:
message: |
Automatic image pruning is not enabled. Regular pruning of images
no longer referenced by ImageStreams is strongly recommended to
ensure your cluster remains healthy.

To remove this warning, install the image pruner by creating an
imagepruner.imageregistry.operator.openshift.io resource with the
name `cluster`. Ensure that the `suspend` field is set to `false`.