conf: containerd: add networking configuration

containerd doesn't do native networking confguration, it relies
on CNI.

So ensure that CNI is specified in the containerd profile.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-29 14:36:53 +00:00
parent 1a4030a6c6
commit adcb5da8b5

View File

@ -7,7 +7,7 @@ VIRTUAL-RUNTIME_container_engine ??= "containerd"
# runtime: runc, crun, runv, runx
VIRTUAL-RUNTIME_container_runtime ??= "crun"
# networking: cni, netavark
VIRTUAL-RUNTIME_container_networking ??= ""
VIRTUAL-RUNTIME_container_networking ??= "cni"
# dns: cni, aardvark-dns
VIRTUAL-RUNTIME_container_dns ??= ""
# orchestration: k8s, k3s