You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/17 10:37:12 UTC

[GitHub] [airflow] sballa1392 commented on issue #3855: [AIRFLOW-3022] Add volume mount to KubernetesExecutorConfig

sballa1392 commented on issue #3855: [AIRFLOW-3022] Add volume mount to KubernetesExecutorConfig
URL: https://github.com/apache/airflow/pull/3855#issuecomment-502629660
 
 
   Can some one help : how to add extra volume mount other than Dags and logs , 
   i need example how to pass it from airflow.cfg file 
   example we pass for dags PVC , similar way i have extra PVC that i need to mount along with dags and logs folder
   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
   
   i tried in the above ways to add few custom file we have but it doesnt get mounter to worker pod only dags and logs are being mounted 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services