Replies: 6 comments 2 replies
-
Same here, I am using Helm chart when I change the postgres to AWS RDS then getting the same error |
Beta Was this translation helpful? Give feedback.
-
Likely some firewall issue with connectiity - evidently the IP/port of the db cannot connect there. Maybe your DB is configured to not allow connection from your Cluster. This is what most cloud databases do - they have firewalls shielding from connecting from random addresses and they have documentation describing how to configure the firewalls to selectively allow your cluster connecting to it. |
Beta Was this translation helpful? Give feedback.
-
Did you find a fix for this? |
Beta Was this translation helpful? Give feedback.
-
I have also experienced this same issue. My webserver was initiated but the git-sync container is completely absent. My only lead so far is that this connection was refused. |
Beta Was this translation helpful? Give feedback.
-
Any solution? Did any one fix it. |
Beta Was this translation helpful? Give feedback.
-
I faced the same error. After hours of debugging I did two changes to make it work:
I don't know which of these was the right solution (static web-server-key is something to configure anyway), but I hope it will get you some ideas... |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I'm new here, and trying to set up airflow on a KIND local cluster, following the link here:
https://airflow.apache.org/docs/helm-chart/stable/quick-start.html
After running the helm chart everything goes fine and all pods become online except the webserver pod.
It keeps failing to startup as the probe fails to reach the health endpoint.
I did log on the pod and tried curl myself, and i get a connection closed error:
Any idea what have i missed here?
Beta Was this translation helpful? Give feedback.
All reactions