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

network device injector plugin #82

Merged
merged 1 commit into from
May 23, 2024

Commits on May 23, 2024

  1. network device injector plugin

    The network device inject plugin allow to inject network interfaces
    that are present in the host to the Pods.
    
    The network interface can be renamed and a network configuration can
    be passed.
    
    It is important to differentiate between network interface injection and
    CNI, as today, CNI is used for container runtimes to provider the
    network configuration, it performs also the creation and the
    configuration of the interfaces that are injected into the Pod
    namespace and provide as a result some properties like the assiged IPs
    that are consumed later by the upstream projects like Kubernetes.
    
    Signed-off-by: Antonio Ojea <[email protected]>
    aojea committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ff774e6 View commit details
    Browse the repository at this point in the history