Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Make sandbox join the pod cgroup in K8s | Fabricio Voznika | |
cgroups in K8s are setup with the following hierarchy: `.../pod/container`. The sandbox is created with the first container and consequently uses the the pause container cgroup. This change removes the container cgroup from the path to make the sandbox use the pod cgroup instead. Otherwise limits set to the pause container will apply to the entire sandbox. PiperOrigin-RevId: 374273277 |