-
# Description of problem
I use kubernetes +containrd+kata building my running environment.
I create a pod.
when I run kubect cp command , copy local file to specified directory in the remote pod.
…
-
# Description of problem
I'm having issues running a 3 node [Consul](https://www.consul.io/) cluster in Kata Containers (on aKubernetes Cluster) This runs successfully with a runC runtime. Consul …
-
It is better to avoid doing mount the block device in the host.
1) the host might not have the ability to mount it. For example, if the block device is from ceph, and the host doesn't have krbd.ko.…
laijs updated
4 years ago
-
# Description of problem
1. start a ubuntu 16.04 container
```
apiVersion: v1
kind: Pod
metadata:
name: test
annotations:
io.kubernetes.cri.untrusted-workload: "true"
spec:
contain…
-
[Project Atomic](https://www.projectatomic.io/) lives on top of Docker, and thus should be able to work with Kata.
There may be some interesting 'wrinkles', as Atomic aiui is heavy on security and SE…
-
# 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
kata can not see any changes in ```/${dockerworkDir}/devicemapper/mnt/{id}/rootfs/home```if i touch a file in container's directory ```/home/``` in direct-lvm mode.
# Expe…
-
# Description of problem
A container with multiple network interfaces that uses the Docker engine with the Firecracker runtime does not start
# Expected result
A container configured with mul…
-
# Description of problem
Hello,
Recently, we faced some problems using kata. To my surprise, it's related to vm image.
It's easy to reproduce. just use official image of centos at dockerHub.
1. u…
-
# Description of problem
I wanna use kata-fc to run a container, here is the command i use:
`/opt/kata/bin/kata-fc run test`
and here is the content of config.json:
```
{
"ociVersion": "1.0.1…