[
https://issues.apache.org/jira/browse/AIRFLOW-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494917#comment-16494917
]
ASF subversion and git services commented on AIRFLOW-2532:
----------------------------------------------------------
Commit 7945854cc4885c2314dc8b7a73c87422823bea86 in incubator-airflow's branch
refs/heads/master from roc
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=7945854 ]
[AIRFLOW-2532] Support logs_volume_subpath for KubernetesExecutor
The kubernetes section in the configuration file
supports
logs_volume_subpath for KubernetesExecutor.
Closes #3430 from imroc/AIRFLOW-2532
> Support logs_volume_subpath for KubernetesExecutor
> --------------------------------------------------
>
> Key: AIRFLOW-2532
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2532
> Project: Apache Airflow
> Issue Type: Improvement
> Components: contrib
> Affects Versions: 2.0.0, 1.10
> Reporter: roc chan
> Assignee: roc chan
> Priority: Major
> Fix For: 1.10.0, 2.0.0
>
>
> The kubernetes section in the configuration file supports the
> *dags_volume_subpath* parameter, but *logs_volume_subpath* does not support.
> If both are supported, the dags and the logs volume can use the same pvc,
> sharing the same backend storage that support mounted by multiple pod (e.g.
> NFS), only different subpaths. So, I added *logs_volume_subpath* parameter
> support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)