Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroups: v2: always init parent dirs
By skipping parents we were hitting an issue with the way k8s cgroups are managed since it is creating those cgroups. This change ensures we apply subtree_control to all parents as needed. Before this change pods would fail to start due to missing `cpu.weight` since we were not delegating cgroup control. Signed-off-by: Brian Goff <[email protected]>
- Loading branch information