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

fix: custom configuration of crio in testing cluster #542

Closed
wants to merge 2 commits into from

Commits on Aug 10, 2023

  1. fix: enable crio configurable on testing nodes

    our e2e are not working due to permission issue in crio.
    cri-o/cri-o#7192 should revert the change.
    Until that revert PR is released and available in ci envs, we have to
    set special configuration on crio on all nodes
    Signed-off-by: Karel Simon <ksimon@redhat.com>
    ksimon1 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    91d3a4e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix: enable ssd SC for all tests

    Set requests and limits for CDI
    all these changes should help with solving issue, when
    import of datavolume is not working
    
    Signed-off-by: Karel Simon <ksimon@redhat.com>
    ksimon1 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4a2aadb View commit details
    Browse the repository at this point in the history