
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: https://github.com/kubernetes/kubernetes/issues/92766 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
6 lines
100 B
Modula-2
6 lines
100 B
Modula-2
module github.com/cilium/ebpf
|
|
|
|
go 1.13
|
|
|
|
require golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
|