meta-virtualization/conf/distro/include/meta-virt-container-k3s-host.inc
Bruce Ashfield 3429c73a91 conf: add container profile definitions
These definitions are selected by setting: CONTAINER_PROFILE

Once selected the VIRTUAL_RUNTIME and other considerations for
the profile are configured and used by the images in meta-virt.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-11-15 19:50:00 +00:00

12 lines
358 B
PHP

include meta-virt-container.inc
VIRTUAL-RUNTIME_container_engine ?= ""
VIRTUAL-RUNTIME_container_runtime ?= ""
VIRTUAL-RUNTIME_container_networking ?= ""
VIRTUAL-RUNTIME_container_dns ?= ""
VIRTUAL-RUNTIME_container_orchestration ?= "k3s-host"
## Kubernetes terminology "components"
VIRTUAL-RUNTIME_cri ?= "virtual-containerd"
VIRTUAL-RUNTIME_cni ?= "cni"