Skip to content

Conversation

@matmerr
Copy link
Member

@matmerr matmerr commented May 24, 2021

Reason for Change:

New CNI log line:

image

New CNS log line:

image

Issue Fixed:

#885

Requirements:

Notes:

@matmerr matmerr force-pushed the cnidelwithipaddress branch 3 times, most recently from 1cfa5ba to a5cc182 Compare May 28, 2021 16:50
rbtr
rbtr previously approved these changes Jun 1, 2021
Copy link
Collaborator

@rbtr rbtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment and a question otherwise lgtm

// ReleaseIPAddress calls releaseIPAddress on CNS
func (cnsClient *CNSClient) ReleaseIPAddress(orchestratorContext []byte) error {
// ReleaseIPAddress calls releaseIPAddress on CNS, ipaddress ex: (10.0.0.1)
func (cnsClient *CNSClient) ReleaseIPAddress(ipaddress string, orchestratorContext []byte) error {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be better to pass these around as net.IP and then string them just in time for use? we could error on parsing at ingest instead of at use if something weird comes in

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved it a little bit forward to directly populate the request object to send to the client

neaggarwMS
neaggarwMS previously approved these changes Jun 1, 2021
@matmerr matmerr merged commit fda89d0 into Azure:master Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants