vendor: update github.com/opencontainers/runc#92862
vendor: update github.com/opencontainers/runc#92862k8s-ci-robot merged 2 commits intokubernetes:masterfrom
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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
kolyshkin
left a comment
There was a problem hiding this comment.
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 <[email protected]>
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 <[email protected]>
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.: