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