bitsofdave commented on issue #20690: URL: https://github.com/apache/airflow/issues/20690#issuecomment-1050487594
In my case, this was caused by the the [user community airflow helm chart setting an env var twice in the pod template](https://github.com/airflow-helm/charts/issues/416). I outlined the issue here https://github.com/airflow-helm/charts/issues/532. As a workaround, editing the `airflow-pod-template` ConfgMap and removing the second instance of `CONNECTION_CHECK_MAX_COUNT` where it's being set to 0 allows the pod adoption to work again. -- 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]
