containerd/cmd
Michael Crosby e48bbe8394 add runc shim support for sched core
In linux 5.14 and hopefully some backports, core scheduling allows processes to
be co scheduled within the same domain on SMT enabled systems.

The containerd impl sets the core sched domain when launching a shim. This
allows a clean way for each shim(container/pod) to be in its own domain and any
additional containers, (v2 pods) be be launched with the same domain as well as
any exec'd process added to the container.

kernel docs: https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/core-scheduling.html

Signed-off-by: Michael Crosby <michael@thepasture.io>
2021-10-08 16:18:09 +00:00
..
containerd add runc shim support for sched core 2021-10-08 16:18:09 +00:00
containerd-shim replace uses of os/exec with golang.org/x/sys/execabs 2021-08-25 18:11:09 +02:00
containerd-shim-runc-v1 Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
containerd-shim-runc-v2 Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
containerd-stress refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
ctr Merge pull request #5973 from Juneezee/deprecate-ioutil 2021-10-01 10:52:06 -07:00
gen-manpages refactor: move from io/ioutil to io and os package 2021-09-21 09:50:38 +08:00
protoc-gen-gogoctrd Update ttrpc for containerd repo 2018-06-28 09:53:40 -04:00