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

Filter out unrelated subscription resolution failures #214

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Filter out unrelated subscription resolution failures

    Since OLM includes a subscription error on all subscriptions in the
    namespace, even if that subscription itself is unaffected, operator
    policy needs to know if the error is related to the subscription. This
    adds some regex filtering to parse the messages since the message format
    is consistent.
    
    Relates:
    https://issues.redhat.com/browse/ACM-10195
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d205eaf View commit details
    Browse the repository at this point in the history