Kubernetes on Simatic IoT2040

12/3/2018

How to install Kubernetes on Siemens Simatic IoT2040 that is running on example image version 2.2.0 from Siemens?

-- Karthik Muthineni
kubernetes
linux
yocto

1 Answer

12/3/2018

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" 
-- erenbasturk
Source: StackOverflow