-
# EmptyDir in k8s handled incorrectly
See https://github.com/kata-containers/runtime/issues/61#issuecomment-440645443
> EmptyDir defined in k8s supposed having three types of medium, default, tm…
-
When I verify the newly code in VM , execute vm_setup.sh - i , there are several failures ..
## Expected Behavior
In VM , execute vm_setup.sh - i can pass.
## Current Behavior
execute vm_…
-
# Description of problem
I recently attended the Kata containers workshop at OpenInfra days presented by Graham Whaley where we successfully deployed them in a Minikube environment with K8s 1.14. A…
-
# Description of problem
We've seen the occasional issue when starting containers in a VM using virtio-fs. We believe the VM/sandbox is being stopped before all of the containers can be started in …
-
- I followed the Steps in the documentation to run eve with qemu but it didn’t work.
- What happens is, that I got Multiple warnings, errors and eve breaks.
- I’m not sure maybe I did something Wr…
-
# Description of problem
CRI-O fails to boot sometimes when using Kata.
# Expected result
After running `systemctl restart crio`, I expected CRI-O to restart, but it's currently stuck in the…
-
The CRI-O tests are not working with rust agent, here it is the example
```
not ok 2 ctr termination reason Completed
# (in test file ctr.bats, line 28)
# `[ "$status" -eq 0 ]' failed
# time="2…
-
# Description of problem
I am not able to use shared docker socket between host machine and a docker container.
# Expected result
The docker client that is in container connects to docker dae…
-
# Description of problem
After launched an android container based on kata, root user can't write/create file even the file owner is root with "drwxr-x--x" access right;
# Expected result
root …
-
# Kata does not support block based containerd snapshotters
Kata does not support block based containerd snapshotters. This is due to an incorrect assumption in Kata that there will be a directory …