You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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 -> eclipse-hono/hono#3601
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 ...
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:
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
The text was updated successfully, but these errors were encountered: