Error with Helm Install on AWS EKS

Summary

User encounters an error while using Helm to install on 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

['helm', 'aws-eks', 'install-error']

getting this error using helm install in AWS EKS …

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.