blob: 166d7cf1f53caa6721369db9e3548357248819d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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"
|