mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
1a4030a6c6
commit
adcb5da8b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user