Skip to content

Commit d69a9aa

Browse files
authored
removed PVC reference to Airflow (#390)
1 parent a5a17f9 commit d69a9aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/concepts/pages/pvc.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ Managed Kubernetes clusters will normally have a default storage implementation
8080

8181
== Operator usage
8282

83-
=== Airflow
84-
The xref:airflow:index.adoc[Airflow operator] can use a xref:airflow:usage.adoc#_via_persistentvolumeclaim[PersistentVolumeClaim for externally-loaded airflow jobs], known as Direct Acyclic Graphs (DAGs), as shown in this https://github.com/stackabletech/airflow-operator/blob/main/examples/simple-airflow-cluster-dags-pvc.yaml[example]. Airflow expects that all components (webserver, scheduler and workers) have access to the DAG folder, so the PersistentVolumeClaim either has to be accessible with the `ReadWriteMany` access mode or node selection should be declared to ensure all components run on the same node.
85-
8683
=== Spark-k8s
8784
Users of the xref:spark-k8s:index.adoc[Spark-k8s operator] have a variety of ways to manage SparkApplication dependencies, one of which is to xref:spark-k8s:usage-guide/examples.adoc#_pyspark_externally_located_dataset_artifact_available_via_pvcvolume_mount[mount resources on a PersistentVolumeClaim]. An example is shown https://github.com/stackabletech/spark-k8s-operator/blob/main/examples/ny-tlc-report.yaml[here].
8885

0 commit comments

Comments
 (0)