Closed aojea closed 6 months ago
/assign @samuelkarp
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 57.31%. Comparing base (
53d3371
) to head (4d4784d
). Report is 2 commits behind head on main.:exclamation: Current head 4d4784d differs from pull request most recent head 0b32005. Consider uploading reports for the commit 0b32005 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Can you squash the commits? I don't think there's value in preserving these intermediates.
done, I just kept them to simplify the review, so you can see the changes :) squasshed
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.