-
Notifications
You must be signed in to change notification settings - Fork 260
Support NetworkContainers of Static or Dynamic types #1325
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
Conversation
thatmattlong
left a comment
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.
Don't need to reserve first IP of CIDR
9bad326 to
2479485
Compare
91a0551 to
3b63709
Compare
a23bad0 to
987f9fa
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| return errors.Wrap(err, "provider failed to provide PodInfoByIP") | ||
| } | ||
| for i := range nnc.Status.NetworkContainers { | ||
| ncRequest, err := kubecontroller.CreateNCRequestFromDynamicNC(nnc.Status.NetworkContainers[i]) |
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.
shall we change the API name back to CRDStatusToNCRequest?
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.
no, we're creating the NC Request(s) from the NC(s), not from the Status
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
* add overlay static nnc to nc listener Signed-off-by: Evan Baker <rbtr@users.noreply.github.com> * inline err check Signed-off-by: Evan Baker <rbtr@users.noreply.github.com> * pass NodeNetworkConfigs to Update method by value Signed-off-by: Evan Baker <rbtr@users.noreply.github.com> * rework nnc reconcile flow for NetworkContainer modes Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
Reason for Change:
Issue Fixed:
Requirements:
Depends on #1323
Notes: