openhab / openhab-cloud

Cloud companion for openHAB instances
Eclipse Public License 2.0
315 stars 161 forks source link

armhf for kubernetes support (raspberry 3 B+) #237

Open masantiago opened 5 years ago

masantiago commented 5 years ago

It seems that the kubernetes deploy is not ready for armhf architecture like in raspberry pi 3B+. Once I deployed the cluster, none of the images of the Deployments:

is able to run. All of them complains of:

standard_init_linux.go:207: exec user process caused "exec format error"

that seems to be quite related to the architecture.

In dockerhub none of the images reports to be compatible with armhf. Can you confirm if so?

lucacalcaterra commented 5 years ago

Hi, naturally! The docker images you used are for x86/x64 platform.

I've made a docker compose file on github adapting it for raspberry. Follow the instructions and open an issue if you have troubles.

https://github.com/lucacalcaterra/openhabcloud-rpi-docker