Alex Lyn
Alex Lyn
runtime-rs: bugfix incorrect use of refcount before vfio attach When there's a pod with multiple containers, there may be case that attach point more than 2, we should not return...
add network related params to command line when qemu-rs startup. Fixes: #8865
add network related params to command line when qemu-rs startup.
In my scenario, containers use PV/PVC to set up Volume/VolumeMount. In this case, the `Mount.Destination`and `Mount.Type` in `annotations. mounts.nri.io/container.container001`is explicitly specified in the YAML configuration file without `Mount.Source`. I only...
add support QMP socket in cmdline Fixes: #9603 Signed-off-by: Alex Lyn
The whole feature contains two parts: - [ ] add support QMP socket in cmdline (CR) - [ ] add support QMP channel for managing many devices (WIP)
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Fixes #9766
**Is your feature request related to a problem? Please describe.** Note: It comes from the [ISSUE](https://github.com/kata-containers/kata-containers/issues/8702) **Background:** SELinux (Security Enhanced Linux) is a mandatory access control system that provides an...
**Is your feature request related to a problem? Please describe.** **Background** The rootless feature has already been implemented in kata runtime-go, providing a secure and efficient way to run containers...