-
# Get your issue reviewed faster
```sh
$ PATH=$PATH:/opt/kata/bin kata-collect-data.sh
```
Show kata-collect-data.sh details
# Meta details
Running `kata-collect-data.sh` version `…
-
Hi,
I've attempted to cross-compile the liblockdev pkg for Aarch64. However, there seems to be some issue with the linker, see the attached log. I'm running version 2.25 on Guix (x86_64 builds ok).…
-
# Get your issue reviewed faster
To help us understand the problem more quickly, please do the following:
1. Run the `kata-collect-data.sh` script, which is installed as part of Kata Containers
…
-
# System version and kata-containerd verison
```shell
# system version
container-cloud ~ # uname -a
Linux container-cloud 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 x86…
-
Putting back all the details here so that they don't get lost.
Commit d23ac62339ab2435c30ac8c83c33ce4bcdfb73c8 added the ability to handle heterogeneous memory by looking at which NUMA nodes have s…
-
# Description of problem
Segfault when starting OpenJDK 11.
1) Dockerfile
```
FROM debian:buster
RUN apt-get update && apt-get upgrade -y \
&& apt-get install -y openjdk-11-jdk \
…
-
1. Run the `kata-collect-data.sh` script, which is installed as part of Kata Containers
or `kata-containers.collect-data`, which is installed as part of the Kata Containers
snapcraft package.
…
-
### issue:csv via kata container error : the file driver not found
- system log include kata debug log info
```bash
7月 30 08:35:42 localhost.localdomain containerd[332093]: time="2024-07-30T08:…
-
# Description of problem
When setting a container to **privileged: true** it will fail to start the kata pod on k8s/ocp (tested with crio)
# Expected result
I suppose pod should just start si…
-
The runtime allow to be called concurrently to do an operation over a container. I 've seen this debuing a failed delete call. If starts fails docker calls delete twice. The runtime should lock until …