Shyam created AIRFLOW-4802:
------------------------------
Summary: Airflow on Kubernetes: How to add extra volumes to worker
pod along with dags and logs PVC
Key: AIRFLOW-4802
URL: https://issues.apache.org/jira/browse/AIRFLOW-4802
Project: Apache Airflow
Issue Type: Task
Components: configuration, contrib, examples
Affects Versions: 1.10.3
Reporter: Shyam
Fix For: 1.10.3
Show and example to add extra volume in airflow.cfg when using
KuberenetesExecutor, right now we have dags and logs folder Volume mount,
i need an example how to add extra volume mount like Customlibrary as show below
[kubernetes]
dags_volume_claim = airflow-dags
dags_volume_subpath =
logs_volume_claim = airflow-logs
logs_volume_subpath =
#customlibrary_volume_claim = azurefilelibs
#customlibrary_volume_name = azurefilelibs
#customlibrary_volume_mount_path = /usr/local/airflow/customlibrary
#customlibrary_volume_read_only = false
# --> are the configuration i tried but looks like we have to define some other
way.
if we need to define in some other way , please update .
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)