jesperbagge commented on issue #52270: URL: https://github.com/apache/airflow/issues/52270#issuecomment-3227988452
I have the same issues on 3.0.5 deployed on K8s. I've increased the allowed resources for the pod to a very generous amount but it still fails. Going through the event log tells me that the pod gets killed since the startup probe can't connect. ``` Startup probe failed: Get "http://<internal-ip>:8080/api/v2/version": dial tcp <internal-ip>:8080: connect: connection refused ``` -- 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]
