You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
I suspect as we use systemd inside the mini-OS where the agent uses the same library as the default docker runtime to set up the cgroups for the container (aiui), that this feature could be implemented by an enhancement to the agent.
We should probably discuss first if/what/are there any benefits to using systemd to control the cgroups. There may well be, as this topic came up in relation to the Project Atomic item, now referenced over at kata-containers/documentation#222
Description of problem
It has been reported that the kata runtime does not support the docker
--exec-opt native.cgroupdriver=systemdruntime option. Seehttps://docs.docker.com/engine/reference/commandline/dockerd/#options-for-the-runtime
Expected result
I suspect as we use systemd inside the mini-OS where the agent uses the same library as the default docker runtime to set up the cgroups for the container (aiui), that this feature could be implemented by an enhancement to the agent.
We should probably discuss first if/what/are there any benefits to using systemd to control the cgroups. There may well be, as this topic came up in relation to the Project Atomic item, now referenced over at kata-containers/documentation#222