-
Kata created a container and specified device [VFIO device]. It was found that the virtual machine could not be started and the CPU reached 100%.The configuration used is "cold_plug_vfio = "root-port"…
-
The test scenario uses 8 GPU cards and the container is not created normally.
```
root@ubuntu:~# /root/bin/ctr -n k8s.io run --rm --runtime "io.containerd.kata.v2" --device /dev/vfio/55 --device /d…
-
@sboeuf where can I find information on the schemas request body? I am guessing this API endpoint lets one remove any of the devices added via the add-{device,fs,pmem,net,vsock} but I am not sure.
-
To reduce number of devices and be consistent in the Kata runtime, it would be a good idea to drop console support and make the console available over vsock (as it is done in CLH, FC) instead.
Rela…
-
### Description
When I run `limactl start $instance` remote address values are missing from this log line:
```
INFO[0000] [hostagent] new connection from to
```
```
$ limactl st…
-
The [`agent-ctl`](https://github.com/kata-containers/kata-containers/tree/main/src/tools/agent-ctl) tool needs to be a bit smarter.
For example, running something like the following will fail:
`…
-
**Describe the bug**
Recently started hitting a new issue on boot where I see the boot operation back out and get internally rerun many times, before eventually proceeding and hitting a General Pro…
-
**Motivation**
Falco is great. I want Falco. But I also want to run the workload using a sandboxed runtime like kata containers. I hate choosing; I want both things.
**Feature**
It'd be aweso…
-
## Description
I would like to use SocketCAN's `vcan` feature in a Docker container using [Docker for Mac](https://github.com/docker/for-mac/), which is based on LinuxKit.
## Rationale
> …
-
/kind feature
**Description**
Support Qemu accelerated podman machine on Windows hosts.
* gvproxy supports windows in its latest releases https://github.com/containers/gvisor-tap-vsock/releas…