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 | |||
2021-01-12 | Delete shim v1 | Fabricio Voznika | |
gvisor-containerd-shim is not compatible with containerd 1.1 or earlier. Starting from containerd 1.2, shim v2 is the preferred interface. PiperOrigin-RevId: 351485556 |