Summary
Error encountered while using Helm install in AWS EKS
Question
getting this error using helm install in AWS EKS …
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
["error", "helm-install", "aws-eks", "platform"]
You might try looking at the bootloader logs. Something like kubectl logs airbyte1-airbyte-bootloader
Caused by: org.postgresql.util.PSQLException: Connection to airbyte-db-svc:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
i saw above error in logs
do i need to create aws storage class and Pvc?
Are you using the default DB container (airbyte1-db-0
I think it would be called)?
I haven’t test that with EKS, but yes, it would need a volume. You might look at kubectl describe pod airbyte1-db-0
and the logs for that too.