-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
cni: fix interface sandbox in cmdAdd return value #10482
cni: fix interface sandbox in cmdAdd return value #10482
Conversation
args.Netns is the absolute path of sandbox netns, just use it as is. Signed-off-by: Jaff Cheng <[email protected]>
Release note label not set, please set the appropriate release note. |
test-me-please |
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.
Nice catch. How did you find it?
I was trying to enforce bandwidth limit on pods and I tried Cilium -> bandwidth CNI chaining, then I found this issue. |
args.Netns is the absolute path of sandbox netns, just use it as is.
Signed-off-by: Jaff Cheng [email protected]
This change is