-
Notifications
You must be signed in to change notification settings - Fork 40.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
vendor: update github.com/opencontainers/runc #92862
Conversation
/sig-node |
b6bb1b7
to
52bf6e5
Compare
vendor mechanics lgtm cc @kubernetes/sig-node-pr-reviews for runc and ebpf changes |
/assign |
/lgtm needs top level approver |
/assign @liggitt |
there's a gofmt error that needs fixing |
ah yes 52bf6e5#diff-20728a5825a9e01d8bf61ad43ab2b7e4R128
|
52bf6e5
to
1289531
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
LGTM (not a maintainer)
/retest |
hm is prow stalled or is 24 hours waiting for it to retest normal |
when the systemd cgroup manager is used, controllers not handled by systemd are created manually afterwards. libcontainer didn't correctly cleanup these cgroups that were leaked on cgroup v1. Closes: kubernetes#92766 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
use the new libcontainer feature of skipping setting the devices cgroup. This is necessary on cgroup v2 to avoid leaking a eBPF program every time the cgroup is re-configured. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1289531
to
0d2a493
Compare
had to rebase. Pushed a new version |
/lgtm |
/retest |
2 similar comments
/retest |
/retest |
What type of PR is this?
/kind bug
What this PR does / why we need it:
when the systemd cgroup manager is used, controllers not handled by systemd are created manually afterwards.
libcontainer didn't correctly cleanup these cgroups that were leakedon cgroup v1.
Which issue(s) this PR fixes:
Fixes #92766
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: