古賀政利
05/30/2024, 4:21 AMkapa.ai
05/30/2024, 4:21 AM古賀政利
05/30/2024, 4:22 AMHow compatible is the version of helm provided by airbyte on aws eks?
kapa.ai
05/30/2024, 4:22 AM0.43.24
([source](https://discuss.airbyte.io/t/3825)). - Another user successfully deployed Airbyte using Helm chart version 0.45.11
after facing issues with other versions ([source](https://discuss.airbyte.io/t/4393)). 2. Common Errors and Solutions: - Issues such as database connection failures and volume binding timeouts have been reported during deployment ([source](https://discuss.airbyte.io/t/3825)). - A workaround for some issues involved using existingSecret
and existingSecretKey
keys instead of plain passwords ([source](https://github.com/airbytehq/airbyte/issues/27901)). 3. Helm Chart Configuration: - It's important to specify the correct version in the Helm chart manifest to ensure consistency across deployments. For example, setting the version explicitly in the values file: yaml version: "0.50.11" global: image: tag: "0.50.11"
([source](https://github.com/airbytehq/airbyte/discussions/32349)). 4. Recent Issues: - There have been recent issues with S3 authentication using instance profiles, which were working previously but started failing with newer Helm chart versions ([source](https://github.com/airbytehq/airbyte/issues/37677)). In summary, while Airbyte's Helm charts are generally compatible with AWS EKS, users have encountered various issues depending on the specific version used. It is advisable to: - Use a tested and stable version of the Helm chart. - Explicitly set the version in your Helm values file. - Refer to the Airbyte community discussions and GitHub issues for troubleshooting tips and solutions. For more detailed information, you can refer to the following sources: - [Forum Post on Deployment Issues](https://discuss.airbyte.io/t/3825) - [GitHub Issue on Helm Chart Compatibility](https://github.com/airbytehq/airbyte/issues/27901) - [Discussion on Specifying Airbyte Version](https://github.com/airbytehq/airbyte/discussions/32349) - [Forum Post on Successful Deployment](https://discuss.airbyte.io/t/4393) - [GitHub Issue on S3 Authentication](https://github.com/airbytehq/airbyte/issues/37677)