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:
parent
77a25e9c7b
commit
af33b55ec0
|
|
@ -0,0 +1,6 @@
|
|||
DESCRIPTION = "An image that includes k3s-agent"
|
||||
|
||||
require recipes-core/images/coreos-image-all-features.bb
|
||||
|
||||
IMAGE_INSTALL += "k3s-agent"
|
||||
|
||||
Loading…
Reference in New Issue