This project implements an agent called kata-agent
that runs inside a virtual machine (VM).
The agent manages container processes inside the VM, on behalf of the runtime running on the host.
To enable agent debug output, add the agent.log=debug
option to the guest kernel command line.
See the developer guide for further details.
Add agent.devmode
to the guest kernel command line to allow the agent
process to coredump (disabled by default). Specifying this option implicitly
enables debug mode.
See the tracing guide.
Add agent.debug_console
to the guest kernel command line to
allow the agent process to start a debug console. Debug console is only available if bash
or sh
is installed in the rootfs or initrd image. Developers can connect to the virtual
machine using the debug console
See the cpuset cgroup documentation.