arjunanan6 opened a new issue, #32026:
URL: https://github.com/apache/airflow/issues/32026
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Airflow v2.6.0 w/KubernetesExecutor
At this point, it is just a cosmetic issue since everything works as
expected. I'm seeing this warning on all of my tasks:
`[2023-06-20, 11:40:18 UTC] {pod_generator.py:529} WARNING - Model file
/opt/airflow/pod_templates/pod_template_file.yaml does not exist`
But the file does exist, and I can use yaml.safe_load on it if I were to
shell into the pod, or import deserialize_model_file from pod_generator.py.
What could be going on here?
### What you think should happen instead
The warning should not be printed as the file does exist.
### How to reproduce
Just execute any task.
### Operating System
Debian GNU/Linux
### Versions of Apache Airflow Providers
_No response_
### Deployment
Official Apache Airflow Helm Chart
### Deployment details
Deployed on AKS with official helm chart.
### Anything else
_No response_
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]