mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Merge pull request #100006 from cynepco3hahue/pass_cpuset_mems_to_dockershim
Pass cpuset.mems to the dockershim during container creation
This commit is contained in:
@@ -119,6 +119,7 @@ func (ds *dockerService) updateCreateConfig(
|
||||
CPUQuota: rOpts.CpuQuota,
|
||||
CPUPeriod: rOpts.CpuPeriod,
|
||||
CpusetCpus: rOpts.CpusetCpus,
|
||||
CpusetMems: rOpts.CpusetMems,
|
||||
}
|
||||
createConfig.HostConfig.OomScoreAdj = int(rOpts.OomScoreAdj)
|
||||
}
|
||||
|
Reference in New Issue
Block a user