-
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
[helm] Heating 429 Too Many Requests on orchestrator-repl-job pods #42091
Comments
Saw that line of code that might be related: https://github.com/airbytehq/airbyte-platform/blob/8f00c4184f6a90506caf3aea78c61c18ba090fad/airbyte-server/Tiltfile#L32 |
You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit |
@marcosmarxm We had that do to the fact that we had a separate Airbye deployment which caused a lot of docker pulling. What I would really love is the ability to add a prefix to all of the docker images being pulled by Airbyte as the current solution would not tolerate significant scale. BTW, i have authenticated as described in:
|
@marcosmarxm I have created a PR to resolve above issue. Could you please take a look on this ? it is a blocker. I have build custom image and applied as a workaround but, it is tedious to maintain during upgrade. |
issue : image secret is not passed to container-orchestrator pod creation API in worker code . |
At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte. |
This issue was closed because it has been inactive for 20 days since being marked as stale. |
Helm Chart Version
0.293.4
What step the error happened?
Upgrading the Platform or Helm Chart
Relevant information
During the upgrade to the new
0.293.4
helm chart im getting:In my values, i set the following:
Im using ecr pull through cache so i wont have the docker server throttling issue.
When im looking at the
airbyte-env
config map, I see the following value:CONTAINER_ORCHESTRATOR_IMAGE: 143653229561.dkr.ecr.us-east-1.amazonaws.com/docker-hub/airbyte/container-orchestrator:0.63.8
But when
orchestrator-repl-job
are starting they appear with the following image:image: airbyte/container-orchestrator:0.63.8
On top of that, when I set
main_container_image_pull_secret: "dockerhub-secret"
i would have expected the pull to be made using my docker hub credentials which is not happenning:Would love to get your help on that :-)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: