potiuk commented on issue #33206: URL: https://github.com/apache/airflow/issues/33206#issuecomment-1669744617
You should take a look at kubernetes logs, why your pgbouncer does not start - not the airflow logs. I assume that you already run `helm install --dry-run` and inspected that the resources for pgbouncer are present, then you also see pgbouncer pod that attempts to start and crash, if you see that after your custom modifications, you need to use whatever you usually use to check erros from crashing pods in your k8s installation (I for une use `k9s` tool - very useful) to diagnose your configuration . We are using standard pgbouncer image so if you customized it an it crashes, you should see the error logs and see why. This kind of issue is more of troubleshooting question - you should open a discussion instead (issue template is quite clear about it) - please use it next time for similar things. I am converting it to a discussion now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
