Summary
The user is experiencing issues with the airbyte-bootloader container failing to boot Airbyte. They are seeking assistance in identifying the possible reasons for this failure.
Question
Container airbyte-bootloader is failing when we are trying to boot the airbyte.
what could be the reason?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.
Join the conversation on Slack
["airbyte-bootloader", "container", "boot", "failure"]
Check the logs for that deployment. Failures at that stage almost always relate to configuration issues (E.g. missing values, duplicate environment vars due to incorrect config, etc.)
Now the new error post booting is
{
"i18nKey": "errors.http.badGateway",
"i18nParams": {
"status": 502
},
"name": "HttpError",
"requestId": "k9DauyxKdbvvDnA6sUtijV",
"request": {
"url": "/api/v1/instance_configuration",
"method": "get"
},
"status": 502,
"response": "<!DOCTYPE html>\n<html>\n<head>\n<title>Error</title>\n<style>\nhtml { color-scheme: light dark; }\nbody { width: 35em; margin: 0 auto;\nfont-family: Tahoma, Verdana, Arial, sans-serif; }\n</style>\n</head>\n<body>\n<h1>An error occurred.</h1>\n<p>Sorry, the page you are looking for is currently unavailable.<br/>\nPlease try again later.</p>\n<p>If you are the system administrator of this resource then you should check\nthe error log for details.</p>\n<p><em>Faithfully yours, nginx.</em></p>\n</body>\n</html>\n"
}```
yeah, I’m guessing it bootloader failed that the rest of the deployment didn’t come up healthy.
How are you deploying Airbyte? (abctl
, Helm, etc.)
docker compose on google vm
Ok, so I did not do anything and it came back up
There is something wrong for sure with latest build
Gotcha, was likely still initializing the other containers.
You can sometimes find related issues with docker-compose logs
You can also check the individual container logs (e.g. for bootloader) as they may have additional details