XD-DENG commented on issue #56271:
URL: https://github.com/apache/airflow/issues/56271#issuecomment-3707765625

   Hi @potiuk , no, I don't think it has been fixed.
   
   A few weeks ago, I tried to use the latest version 3.1.5, and the issue is 
still there: in order to make tasks run successfully with `KubernetesExecutor`, 
I still have to add `KubernetesExecutor` for `AIRFLOW__CORE__EXECUTOR` in 
`pod_template_file`, while the expectation is to just specify `LocalExecutor` 
for `AIRFLOW__CORE__EXECUTOR` in `pod_template_file` (this is the behavior in 
earlier version, as well as the instruction in the docs).
   
   I plan to add a PR for this, but it may take time due to my schedule.
   
   For anyone else who's being impacted by this: the work-around for this issue 
for now is simple, just add add `KubernetesExecutor` for 
`AIRFLOW__CORE__EXECUTOR` in your `pod_template_file`.


-- 
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]

Reply via email to