Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] enable compatibility with Nomad in cgroups.v2 mode
This PR updates the containerd driver to support changes in how Nomad manages cgroups when running on a machine using cgroups.v2 - The namespace is now set to "nomad.slice", which containerd uses as the cgroup parent. - The container name is re-oriented to the new naming convention, i.e. "<allocID>.<taskName>.scope". This is necessary for Nomad to be able to manage the cpuset resource.
- Loading branch information