-
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
Stuck on installing airbyte w/ eks + helm #52091
Comments
The issue was present in version 1.4.0. After downgrading to version 1.3.2, the problem was resolved. |
@HaJunYoo on building with 1.3.2
I am getting
|
|
Can you share your |
this is the output, thank you @abuchanan-airbyte ! do i perhaps need to downgrade? |
What version of k8s are you running? |
I was finally able to reproduce this. It seems specific to a k8s version. The latest version I could reproduce the problem on was So, I'm curious if that aligns with the versions of the people having problems here. We can be more defensive about missing values in the charts (e.g. airbytehq/airbyte-platform#383) so we'll work on that. |
Client Version: v1.26.2 |
@abuchanan-airbyte ill try upgrading it. did the values yaml i sent work? |
sorry also kubernetes version 1.24 🤦 . |
Are you able to upgrade to 1.25+? |
Yes I am doing that this week after we upgrade some dependencies. After that, it should work with my current set up? |
Yes, hopefully that will resolve your issue |
Just for the record, I had this issue before submitting my fix in PR airbytehq/airbyte-platform#383 with the following versions: $ kubectl version
Client Version: v1.32.1
Kustomize Version: v5.5.0
Server Version: v1.32.0+k3s1
$ helm version
version.BuildInfo{Version:"v3.17.0", GitCommit:"301108edc7ac2a8ba79e4ebf5701b0b6ce6a31e4", GitTreeState:"", GoVersion:"go1.23.5"} |
hey @abuchanan-airbyte it looks like the secrets arent being picked up properly.
i receive a timeout error in the logs with a pwd validation failure for my rds instance. |
vs.
|
Helm Chart Version
1.4.0
What step the error happened?
On deploy
Relevant information
Hi! New to making issues, so hopefully i've provided enough information. please let me know if more is needed.
https://docs.airbyte.com/deploying-airbyte/#5-installing-airbyte i am following the documentation here and am stuck on the helm install section.
I have added created a user in aws that has secrets and s3 perms too. these are the access keys in the secret
I have created a new db that i have added in the values and secret
i have made a namespace
airbyte
I have also deployed these secrets and they exist in the
airbyte
namespacehere is my
values.yaml
my secrets: where i remove the values here.
Relevant log output
The text was updated successfully, but these errors were encountered: