azure-container-networking icon indicating copy to clipboard operation
azure-container-networking copied to clipboard

fix: [NPM-Win] Get local endpoints for updatepod, but all endpoints for cleanup.

Open vakalapa opened this issue 2 years ago • 0 comments

Reason for Change:

Right now, GetEndpointsForNetwork gives all endpoint including remote endpoints which are not required. This is causing duplicate endpoints for the same IP.

This change will only take all endpoints while cleaning up (for backward compatibility) and will filter only local endpoints for all other purposes.

Issue Fixed:

Requirements:

Notes:

vakalapa avatar Sep 12 '22 19:09 vakalapa