This repository was archived by the owner on Feb 8, 2021. It is now read-only.
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Support cgroups for pod #634
Open
Description
Kubernetes expects pods running in kubelet-managed cgroups, it's better to support pod cgroups for better resource management in frakti.
Some thoughts:
- For libvirt, the cgroup partition could be customed by
<resource>
<partition>/machine/production</partition>
</resource>
- For qemu, hyperd could simply put the pid into specified cgroup parent
- For xen, not sure how to archive this