Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
Description
From what I researched, the kubernetes executor does not allows us to to add any ConfigMaps (other then airflow-config) as volume mount on worker Pods.
There isn't any option of available in airflow-config.cfg under kubernetes section to do that. we can only load airflow-configs.cfg as volume mount by providing the configMap name to AIRFLOW_KUBERNETES_AIRFLOW_CONFIGMAP.
Is that ** really something that's missing ? or do we have a way to do that ?