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:
docker.io/openhab/openhabcloud-app
bitnami/mongodb:latest
docker.io/openhab/openhabcloud-nginx
bitnami/redis:latest
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?
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:
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?