Airflow to create a persistent volume claim

1/29/2020

Is there a way for airflow to create a PVC in the DAG before we assigned the PVC to a KubernetesPodOperator? Currently, I'm creating the PVC manually before running the DAG, but I prefer Airflow to create that automatically with every run.

-- Xabre
airflow
kubernetes
openshift
persistent-volume-claims
persistent-volumes

0 Answers