How to install Kubernetes on Siemens Simatic IoT2040 that is running on example image version 2.2.0 from Siemens?
You need to create a new image like that.
clone in meta-virtualisation into your poky directory.
cd poky-version
git clone -b version https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/
In the local.conf file add
IMAGE_INSTALL_append = "kubernetes"