Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Fail installation locally hono #521

Open
AntonioPerezBazuelo opened this issue Jan 8, 2024 · 4 comments
Open

Issue: Fail installation locally hono #521

AntonioPerezBazuelo opened this issue Jan 8, 2024 · 4 comments
Labels

Comments

@AntonioPerezBazuelo
Copy link

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
Copy link
Author

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

@AntonioPerezBazuelo
Copy link
Author

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 -> eclipse-hono/hono#3601

@sophokles73
Copy link
Member

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
Copy link
Member

@AntonioPerezBazuelo can this be closed?

@calohmn calohmn added the Hono label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants