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

Can not get pods working - Back-off restarting failed #9

Open
danividalg opened this issue Jul 18, 2024 · 4 comments
Open

Can not get pods working - Back-off restarting failed #9

danividalg opened this issue Jul 18, 2024 · 4 comments

Comments

@danividalg
Copy link

Hi,

I have followed the steps to deploy/install langflow-ide:

But I get this:
kubectl get pods -n langflow
NAME READY STATUS RESTARTS AGE
langflow-0 0/1 CrashLoopBackOff 4 (10s ago) 103s
langflow-frontend-5bf4fdddd4-jjf2z 0/1 CrashLoopBackOff 4 (11s ago) 103s

Using OpenLens I can see this error "Back-off restarting failed" (see attached image)
Error

Please, Can anyone help me ?
Thanks :)

@nicoloboschi
Copy link
Collaborator

This is probably due to this issue: langflow-ai/langflow#2887

@danividalg
Copy link
Author

Hi @nicoloboschi, thanks :)
I think that I have found the problem, my nodes are ARM64
I looked at https://hub.docker.com/r/langflowai/langflow and all the tags are only build for linux/amd64 and not for ARM64

Do you think is possible for you to build the latest and 1.0-alpha tags from now also for platform linux/arm64 ?

Thanks a lot :)

@nicoloboschi
Copy link
Collaborator

nicoloboschi commented Jul 23, 2024

Latest works with arm64 via emulation. I'm running it on M3 with a local k8s. Alpha didn't work

@danividalg
Copy link
Author

Hi, but it's possible to create the tags for linux/ARM64 in addition to linux/amd64 ?
At least for lastest image and next releases :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants