Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensuring endpoint resources are freed even on delete failures
Came across a code path where we might not be releasing ip address assigned to an endpoint if we have a failure with deleteEndpoint. Even if there is a failure it is better to release the resource rather than holding them. This might lead to issues where ip never gets released even though the container has exited and the only way of recovery is a reload. Signed-off-by: Abhinandan Prativadi <[email protected]>
- Loading branch information