-
I started a kata contianer, the relationship between the processes is as follows:
```bash
# ps -ef |grep kata
root 381790 1 0 15:16 ? 00:00:00 /data00/kata/bin/containerd-shim-…
-
# Description of problem
When deploying the following Kubernetes pod, containerd task fail with issue of mounting /dev/sdb.
```
apiVersion: v1
kind: Pod
metadata:
name: mount-error-demo
s…
-
Hi! I'm looking to install lmod in a GitHub workflow for testing with another library, and I found your github workflow (test.yml) but it's not clear to me where lmod is installed (I see dependencies …
vsoch updated
3 years ago
-
### Bug Description
Xemu compiled using Clang with LTO enabled fails to link `qemu-system-i386`
```
[1299/1299] Linking target qemu-system-i386
FAILED: qemu-system-i386
clang++ -o qemu-system…
-
Coming from [#1245](https://github.com/kata-containers/runtime/issues/1245#issuecomment-465005630):
> [@umarcor]
> BTW, do you think that the clock skew issue mentioned there is worth a separate i…
-
# RPC Error
```
$ docker run --rm --runtime=kata-runtime hello-world
```
# Expected result
```
Hello from Docker!
This message shows that your installation appears to be working correctly…
-
**Description**
I have built a linuxkit image that is an amalgam of the `examples/aws.yml` and the `examples/docker.yml` for the purpose of experimenting with various Swarm configurations. With t…
-
# Description of problem
I summarized some usage scenarios of hugepages
## 1. Configuration
The following two options have an impact on huge pages, where ```enable_hugepages``` is always configured…
-
# Description of problem
Now it is trying to allocate hugepage the pod deployed in k8s using kata-runtime.
The yaml file used to distribute the pod is shown below.
```
apiVersion: v1
kind: Po…
-
# Description of problem
When running the docker tests on Fedora 28 on GCE (I haven't been able to reproduce on a local VM, but it could be possible that this can be reproduced on different environ…