Yohei Ueda

Results 5 issues of Yohei Ueda

This PR contains necessary changes in Kata shim and agent to support Peer Pod VMs. Peer Pod VMs are sandbox VMs that are not managed by local hypervisor, but by...

area/confidential-containers
size/huge

When I used the CCv0 kata shim with the custom containerd at https://github.com/confidential-containers/containerd/tree/CC-main, it successfully pulls container images of a pod, but does not pull a "pause" container image. It...

bug
needs-review
area/confidential-containers

This patch adds the support of the --read-only option of docker run. All mount points on root filesystem needs to be created in proxy in advance. This commit requires #11...

When we enable IPv6 support in Docker, a runq container fails to start. https://docs.docker.com/config/daemon/ipv6/ ``` # docker run --runtime runq --rm busybox ip addr show eth0 [init(1) 7291815] permission denied...

I set up a Kubernetes cluster using Calico with the following configuration. * VXLAN mode: Always * VXLAN port: 4789 (default) * VXLAN ID (VNI): 4096 (default) I also configured...