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

CNI 1.1.0 support #1273

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    44bea76 View commit details
    Browse the repository at this point in the history
  2. Support GC and STATUS command for cluster network

    This change supports up to date CNI 1.1 command, GC and STATUS for
    cluster network.
    s1061123 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8ff4bc3 View commit details
    Browse the repository at this point in the history
  3. Call GC command with valid attachments from multus cache

    This code changes CNI's GC command argument. Previously it just
    passes from parent CNI runtime, however, it may causes unexpected
    resource deletion if one CNI plugin is used in both cluster
    network and net-attach-def. This change generates valid attachments
    from multus CNI cache and passed to delegate CNI plugin.
    s1061123 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8508191 View commit details
    Browse the repository at this point in the history