Skip to content

Conversation

@ronak-31
Copy link
Contributor

Reason for Change:
CNI ADD call is sending IPPrefix instead of IPAddress in the response.
For honeycomb container(baremetal containers) it is expected to send IPAddress.
For honeycomb container after container creation AtalsAgent creates a URL and executes http probe using it to check container's health. But ADD response is sending IPPrefix so the URL is getting formed incorrectly and the probe is failing.

For example, It will form this kind of url http://[260a:10b1:90f:ac12::]:6798/Data which will fail as it doesn't have exact IPAddress.

Issue Fixed:
Sending IPAddress instead of IPPrefix in ADD response to fix this.

Requirements:

Notes:

@ronak-31 ronak-31 requested a review from a team as a code owner June 29, 2023 08:30
@ronak-31 ronak-31 requested a review from samarths-msft June 29, 2023 08:30
@vipul-21 vipul-21 added the cni Related to CNI. label Jun 30, 2023
@ronak-31 ronak-31 requested a review from tamilmani1989 July 11, 2023 04:11
@ronak-31 ronak-31 requested a review from tamilmani1989 July 14, 2023 09:13
tamilmani1989
tamilmani1989 previously approved these changes Jul 14, 2023
@ronak-31
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

@tamilmani1989
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s), but failed to run 1 pipeline(s).

@tamilmani1989
Copy link
Member

tamilmani1989 commented Jul 18, 2023

e2e succeeded in retry

@tamilmani1989 tamilmani1989 merged commit 8a105b9 into Azure:master Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cni Related to CNI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants