-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Implementation #7518
CNI Implementation #7518
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great @nickethier ! Mostly just nits and random thoughts.
Was ReloadableFingerprint
supposed to be implemented by CNIFingerprint
?
7611b30
to
c1b914b
Compare
Signed-off-by: Nick Ethier <[email protected]>
ignore comparing networking for now in test Apply suggestions from code review Co-authored-by: Seth Hoenig <[email protected]>
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR changes how networks are fingerprinted, adds cni fingerprinting and generalizes how CNI configuration is applied.
Fingerprinting
Previously, when a fingerprinter returned a network or networks, they overwrote and previous results. This PR changes this to merge results and adds the Mode field to all node network resources to differentiate traditional or "host" networks from detected "cni" networks.
These are later used to check network feasibility in the scheduler