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

Suppress CDIDefaultStorageClassDegraded on SNO #3310

Merged
merged 2 commits into from
Jun 16, 2024

Commits on Jun 9, 2024

  1. Suppress CDIDefaultStorageClassDegraded on SNO

    On single-node OpenShift, even if none of the default/virt default
    storage classes supports `ReadWriteMany` (but supports smart clone),
    we will not fire the `CDIDefaultStorageClassDegraded` alert.
    We added `degraded` label to `kubevirt_cdi_storageprofile_info` to
    simplify the alert expression.
    
    Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
    arnongilboa committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3d99cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Cleanup utest

    Signed-off-by: Arnon Gilboa <agilboa@redhat.com>
    arnongilboa committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    45a28d6 View commit details
    Browse the repository at this point in the history