containerd/vendor/golang.org/x
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
..
crypto go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
net go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
oauth2 Bump k8s deps to v1.20.1 2021-01-12 16:44:20 -05:00
sync Go mod vendor 2020-12-01 01:41:25 +08:00
sys add runc shim support for sched core 2021-10-08 16:18:09 +00:00
term go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
text go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
time go.mod: update kubernetes to v1.22.0 2021-08-09 16:16:54 -04:00
xerrors Go mod vendor 2020-12-01 01:41:25 +08:00