Skip to content
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

node: Fix bug where node ipsets are never cleaned #18582

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

pchaigno
Copy link
Member

Due to a typo in the condition for the removal of IP addresses from the node ipset in commit 9708e5d ("node: Don't skip masquerading for External node IPs"), the ipsets would have never been cleaned up. This commit fixes it.

Not flagging as bug since it didn't made it into any release yet.

Fixes: #18483.

Due to a typo in the condition for the removal of IP addresses from the
node ipset in commit 9708e5d ("node: Don't skip masquerading for
External node IPs"), the ipsets would have never been cleaned up. This
commit fixes it.

Fixes: 9708e5d ("node: Don't skip masquerading for External node IPs")
Reported-by: Kornilios Kourtis <kornilios@isovalent.com>
Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno added the release-note/misc This PR makes changes that have no direct user impact. label Jan 21, 2022
@pchaigno pchaigno requested review from a team and joamaki January 21, 2022 16:12
@pchaigno
Copy link
Member Author

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jan 25, 2022
@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.11.2 Jan 25, 2022
@kkourt kkourt merged commit 9b5b964 into cilium:master Jan 25, 2022
@kkourt
Copy link
Contributor

kkourt commented Jan 25, 2022

Added needs-backport/1.1 since the PR this PR fixes is also to be backported.

@pchaigno pchaigno deleted the fix-typo-node-ipset-condition branch January 25, 2022 17:44
@glibsm glibsm added backport-done/1.11 The backport for Cilium 1.11.x for this PR is done. and removed backport-pending/1.11 labels Jan 30, 2022
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport done to v1.11 in 1.11.2 Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.11 The backport for Cilium 1.11.x for this PR is done. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.11.2
Backport done to v1.11
Development

Successfully merging this pull request may close these issues.

None yet

4 participants