-
Notifications
You must be signed in to change notification settings - Fork 3.4k
nodemap: remove v1 map #38251
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
nodemap: remove v1 map #38251
Conversation
1bdb137
to
f97c310
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cilium-dbg
changes look good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me, just a comment on where v1 map deletion should occur.
f97c310
to
4d121c4
Compare
/test |
This pull request has been automatically marked as stale because it |
This pull request has not seen any activity since it was marked stale. |
Pull request was closed
7f72769
to
9b16620
Compare
cilium#31431 introduced v2 of the nodemap, and as of v1.16 the datapath only uses this v2 map. Hence it's safe to remove the agent logic that was still populating the v1 map. Fixes: cilium#34670 Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
9b16620
to
7f0be57
Compare
/test |
#31431 introduced v2 of the nodemap, and as of v1.16 the datapath only uses this v2 map. Hence it's safe to remove the agent logic that was still populating the v1 map.
Fixes: #34670