# Container host configuration fragment: K3s server # # Include from local.conf to set up a K3s server (control plane + agent). # Requires meta-virt-host.conf to be included first: # # require conf/distro/include/meta-virt-host.conf # require conf/distro/include/container-host-k3s.conf # MACHINE = "qemux86-64" # bitbake container-image-host # # Sets CONTAINER_PROFILE and the DISTRO_FEATURES required by # container-image-host with K3s orchestration. The k3s-host profile # bundles the k3s server, embedded containerd, and CNI plugins. CONTAINER_PROFILE = "k3s-host" DISTRO_FEATURES:append = " k3s"