packages icon indicating copy to clipboard operation
packages copied to clipboard

Issue: Fail installation locally hono

Open AntonioPerezBazuelo opened this issue 2 years ago • 4 comments

Hello everyone,

I'm trying to install Hono locally in my computer (MacOS, Chip Apple M1 Pro, Memory 16 Gb, Ventura 13.6.3). The steps that I've followed so far are the following:

minikube start --memory=8g --cpus=4
kubectl create namespace hono
helm repo add eclipse-iot https://eclipse.org/packages/charts
helm repo update
minikube addons enable metrics-server
minikube addons enable ingress
minikube tunnel

and in a new terminal

helm install eclipse-hono eclipse-iot/hono -n hono --wait

However, the installation does not reach the end and it returns "Error: INSTALLATION FAILED: context deadline exceeded "

I'm using minikube v1.32.0 inside Darwin 13.6.3 (arm64), I'm creating the docker container with 4 cpus and 8 GB of memory. The kubernetes version is 1.28.3 and the Docker version is 24.0.7. I've also tried to increase the memory

I'm kinda stuck here and I don't really find where is the issue...

Thank you very much for your help

AntonioPerezBazuelo avatar Jan 08 '24 18:01 AntonioPerezBazuelo

Sorry I've created the issue in the wrong directory, I've created another one in the correct repository. Apologies.

AntonioPerezBazuelo avatar Jan 08 '24 19:01 AntonioPerezBazuelo

Hi,

I'm reopening this as I created the issue inside hono repo but as it's an installation process, they told me to ask the problem here. You can see the thread here -> https://github.com/eclipse-hono/hono/issues/3601

AntonioPerezBazuelo avatar Jan 15 '24 08:01 AntonioPerezBazuelo

Does k8s run on your local machine, i.e. on an arm64 architecture? If so, then maybe this is the problem. We had been doing some experiments with container images for arm64 but do not provide them consistently yet. Without logs from k8s it is hard to tell what is going on. You will need to provide some logs of the pods that k8s tries to start during the installation ...

sophokles73 avatar Feb 17 '24 12:02 sophokles73

@AntonioPerezBazuelo can this be closed?

sophokles73 avatar Apr 18 '24 09:04 sophokles73