-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[abctl] minimum requirements not specified in documentation, gives error when try to use less resources than required #40231
Comments
@techieshark sorry the lack of updates here. Are you still experiencing the issue or found a solution? |
@marcosmarxm I'm experiencing this issue, but in an EC2 Box on Amazon Linux 2023. |
I also experienced this issue, on ARM-based MacOS, and figured I would try upping the resources available (from 2 cpu 2gb memory) to (4 cpu 12gb memory). The additional resources got me past the readiness probe messages, however I am still blocked by another reported issue #41063 and possibly #40641. I saw a commit in the repo for |
@airbytehq/platform-deployments can someone take a look into this issue ? |
We plan to add a minimum resources requirement to the docs shortly. |
@cgardens to confirm, is the minimum resource requirements are something like 4 CPU, 12GB memory? thx! |
Using I believe it's due to the amount of resource it locks in (kubernetes will specify a specific amount of resource it will need to spin up a pod), but it doesn't use all of it which means we needed a big enough box to accomodate for that. I tried tweaking the setting for how much resource the Extract + Load pods needed, but it didn't really change (I may have missed it from the documentation). |
I was able to resolve this issue by using a container with 8GB RAM instead of 4GB |
What happened?
I was reading https://docs.airbyte.com/deploying-airbyte/quickstart#setup--launch-airbyte
I ran
and it failed:
What did you expect to happen?
I expected it not to fail and to show me some URL to go to to see locally hosted airbyte
Abctl Version
Docker Version
OS Version
The text was updated successfully, but these errors were encountered: