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

e2e: bridge CNI setup fixes for Fedora/containerd. #361

Merged
merged 2 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. e2e: set fedora CNI plugin path for containerd.

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2eb06ee View commit details
    Browse the repository at this point in the history
  2. e2e: configure bridge plugin earlier.

    When using the bridge plugin, configure it earlier, right after
    the basic runtime configuration has been created, before NRI is
    enabled or the runtime restarted. This should make it sure that
    the node does not linger in a NotReady state causing false test
    failures.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e2b4e2b View commit details
    Browse the repository at this point in the history