-
Notifications
You must be signed in to change notification settings - Fork 240
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
Add support in CNS NMAgent Client to fetch secondary IPs #3017
Add support in CNS NMAgent Client to fetch secondary IPs #3017
Conversation
@microsoft-github-policy-service agree company="Microsoft" |
…de-subnet-nma-client-changes
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Good start, I like the addition of the tests, but there's a few changes that need to be made to align it with the rest of the package.
@timraymond Thanks for the comments, addressed them. Please take another look. |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
…de-subnet-nma-client-changes
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Mostly non-blocking feedback about doc comments but otherwise LGTM.
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
lgtm just one suggestion
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
Reason for Change:
As part of the work to add support for NodeSubnet with Cilium, we need the CNS to be able to fetch IPs from NMAgent. This PR adds this ability to the NMAgent client in CNS. Specifically, this PR introduces:
The fetch functionality mimics the behavior of azure-vnet-ipam, but has been re-implemented to match the NMAgent client architecture in CNS.
Issue Fixed:
NA
Requirements: