I am trying to use my own pod template file with KubernetesExecutor. So, in the official documentation of airflow.cfg, there's a reference that we can use external pod template
# Path to the YAML pod file. If set, all other kubernetes-related fields are ignored. pod_template_file = /path/to/file
I tried to use it by specifying the path to a pod template file, but it's not working at all as the scheduler cannot launch workers.
Do you have any ideas how can I use it or how to solve this? Thank you.