GitHub user jscheffl added a comment to the discussion: Airflow using NFS(PVC) 
- jobs running in namespace different from airflow install namespace

Have you considered to have a PV and PVC in each namespace (PV need to be per 
namespace so you need to have two different not to have a name colliding and 
each NS to have a PVC) and each of the definitions point to the same NFS 
backend server+export? Then you can "share" but still have no clash.

(Long time ago that we had a on-prem NFS setup but I hardly remember that we 
also mounted NFS volumes across namespaces, just needed more PV+PVC setups per 
namespace pointint to the same backend)

GitHub link: 
https://github.com/apache/airflow/discussions/44439#discussioncomment-11410668

----
This is an automatically sent email for commits@airflow.apache.org.
To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org

Reply via email to