Description
Helm Chart Version
1.6.2
What step the error happened?
On deploy
Relevant information
Hello, team!
We are currently experiencing an issue with the installation of Airbyte on AWS EKS using Helm.
Although we have installed the latest version, we’re encountering an internal error related to the creation of the airbyte-auth-secrets Kubernetes secret. We have verified all relevant permissions, roles, and service accounts, but so far have been unable to identify the root cause.
The error appears intermittently and is triggered by the bootloader pod. Eventually, after several retries, the bootloader does succeed, allowing us to proceed. Once it completes successfully, we disable the bootloader to prevent it from interfering with any future infrastructure changes.
File main_eks.txt --> instalation of AWS EKS
File main_helm --> installation helm airbyte
File values.txt --> airbyte config
Relevant log output
2025-05-14 19:54:58,872 [main] ERROR i.a.b.ApplicationKt(main):28 - Unable to bootstrap Airbyte environment.
io.fabric8.kubernetes.client.KubernetesClientException: The timeout period of 10000ms has been exceeded while executing PUT /api/v1/namespaces/airbyte/secrets/airbyte-auth-secrets for server null
...
Caused by: io.vertx.core.impl.NoStackTraceTimeoutException: The timeout period of 10000ms has been exceeded while executing PUT /api/v1/namespaces/airbyte/secrets/airbyte-auth-secrets for server null