Determine if we should support cpuset-cpus and cpuset-mem #10570
Closed
Description
Docker now supports cpuset-cpus
and cpuset-mem
arguments when running a container to control which cpus can execute a container. We have been asked by some users if we plan to support this feature in Kubernetes.
https://docs.docker.com/reference/run/#runtime-constraints-on-cpu-and-memory
Opening an issue to gather feedback on if its desired or not.