podman/pkg/specgen/generate/kube
François Poirotte 5bfdb25b26
Support --cpuset-<cpus/mems> in podman kube play
This commit adds two new annotations named
io.podman.annotations.cpuset/$ctrname and
io.podman.annotations.memory-nodes/$ctrname

The first one allows restricting a container's execution to specific
CPU cores while the second restricts memory allocations to specific
NUMA memory nodes. They are also added automatically when the
--cpuset-cpus and --cpuset-mems options are used.

Fixes: containers#26172

Signed-off-by: François Poirotte <clicky@erebot.net>
2025-05-22 11:45:01 +02:00
..
kube.go Support --cpuset-<cpus/mems> in podman kube play 2025-05-22 11:45:01 +02:00
kube_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
play_test.go Switch all calls of assert.Nil to assert.NoError 2025-01-15 07:08:27 -05:00
seccomp.go ci: rm allow-unused from nolintlint settings 2025-03-31 12:27:55 -07:00
volume.go ci: rm allow-unused from nolintlint settings 2025-03-31 12:27:55 -07:00
volume_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00