mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
Using pod annotations requires a minimum version of v1.3.0 of containerd to pass annotations down to kata. This is already somewhat mentioned in the corresponding how-to, however, it can be mis-read as the minimum version of kata-containers instead of containerd. This can cause extended and futile troubleshooting on older distributions such as Ubuntu 16.04 which ship a version of 1.2.x of containerd. This patch attempts to clarify this. Fixes: #690 Signed-off-by: Georg Kunz <georg.kunz@est.tech>
Howto Guides
Kubernetes Integration
- Run Kata Containers with Kubernetes
- How to use Kata Containers and Containerd
- How to use Kata Containers and CRI (containerd plugin) with Kubernetes
- Kata Containers and service mesh for Kubernetes
- How to import Kata Containers logs into Fluentd
Hypervisors Integration
Advanced Topics
- How to use Kata Containers with virtio-fs
- Setting Sysctls with Kata
- What Is VMCache and How To Enable It
- What Is VM Templating and How To Enable It
- Privileged Kata Containers
- How to load kernel modules in Kata Containers
- How to use Kata Containers with
virtio-mem
- How to set sandbox Kata Containers configurations with pod annotations
- How to monitor Kata Containers in K8s