feat(k3s): image that installs the k3s-agent

the changed image is
layers/meta-belden-coreos-demo/recipes-core/image/cores-image-demo-k3s
k3s is a orchestration tool and a slimed down version of kubernetes
k3s agent is a tool to control pods
the commands come a k3s server in a cluster
This commit is contained in:
Uli Stein 2023-06-21 13:23:04 +02:00 committed by Patrick Vogelaar
parent 112694c8e5
commit 0916a74007
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
DESCRIPTION = "An image that includes k3s-agent"
require recipes-core/images/coreos-image-all-features.bb
IMAGE_INSTALL += "k3s-agent"