[release/1.7] Fix CNI issue where CNI DEL is never executed#12931
Conversation
mikebrow
left a comment
There was a problem hiding this comment.
in v1.7 we allowed for two different implementations of the sandbox operations.. one in the sbserver path the other here https://github.com/containerd/containerd/blob/release/1.7/pkg/cri/server/sandbox_stop.go#L110-L114
I forgot about that, I can add |
8d30086 to
1f31445
Compare
|
Do we need to fix this issue in main first? Also, I suggest squashing the commits into a single commit. |
Which issue are you referring to? We can squash, however its not uniform with main, 2.2. We should have and stil can for 1.7 and 2.1. |
In description, it's cherry-pick for 12922 but it's closed. So I am thinking we should fix that issue you mention in main first. |
The issue is really the linter is different from main, 2.2 and different for 2.1 which is a little odd |
|
OK. It turns out you use wrong link in description 😂 it's #12923. please squash commits. Basically, we use merge instead of squash-and-rebasing. Not a fan to have |
I’ll fix that as well. Will squash in the morning. I’m with you on using squash/rebase! |
Signed-off-by: Michael Zappa <michael.zappa@gmail.com>
1f31445 to
f854c18
Compare
cherry pick for #12923
Edited by fuweid