-
**What defaults would like to change?**
I'd like to suggest changing the default value of [sandbox_cgroup_only](https://github.com/kata-containers/kata-containers/blob/b192d388c1e2b0b612df14a3476df36…
-
**Is your feature request related to a problem? Please describe.**
We're evaluating to use Kata container with QEMU in our production environment but are a bit concerned with the security risk of Q…
-
Create a container and specify the GPU card
`
root@node1:~# ctr --debug run --rm --runtime "io.containerd.kata.v2" --device /dev/vfio/222 -t "docker.io/nvidia/cuda:12.4.0-base-ubuntu20.04" demo bash…
-
# Description of problem
Kubelet remains in a StopPodSandbox loop for a non existing container after a pod was deleted which previously was unable to start (ie because of a referenced PV failed to …
-
Right now kata-deploy image uses CentOS, which has been proven not exactly optimal for multi-architecture support.
If we switch to an Ubuntu image, let's say based on https://github.com/j8r/dockerf…
-
This is a serious issue involving many different components, so I have created it in our general repo.
By using Confidential Containers with upstream containerd (or with the containerd fork without…
-
support qemu as the runtime engine. The corresponding yaml would be slightly different than docker, and would look something like this:
```
---
version: 1
kind: pipeline
type: qemu
settings:…
-
It seems that providing a "sample payloadImage" was something added to the scope of the release as a last minute thing, therefore there was absolutely zero tooling for doing this in an automated way, …
-
Docker 26 breaks kata networking
# Description of problem
`Docker version 26.0.0, build 2ae903e` breaks `io.containerd.run.kata.v2` networking. Cross posted [moby/issues/47626](https://github.co…
-
Container images are getting pulled twice - on the worker node as well as inside the pod VM.
Image getting pulled inside the pod VM is by design.
However image getting pulled on the worker node …