- No sandbox cgroup manager is created
- Cgroup for sandbox container is created
- Takes
linux:cgroup_parentas the cgroup root - Creates v1 cgroup hierearchy:
/sys/fs/cgroup/memory/vc/<linux:cgroup_parent>/kata_<sandbox_id>/, etc - Add the process linked to the sandbox container to the cgroups.
- Only adds the
CPUresources at first
- A new cgroup is created for the container
- Creates v1 cgroup hierearchy:
/sys/fs/cgroup/memory/vc/<linux:cgroup_parent>/kata_<sandbox_id>/, etc - Add the process linked to the sandbox container to the cgroups.
- Only adds the
CPUresources at first