Skip to content

Commit

Permalink
Update docs/modules/airflow/pages/usage-guide/using-kubernetes-execut…
Browse files Browse the repository at this point in the history
…ors.adoc

Co-authored-by: Sebastian Bernauer <[email protected]>
  • Loading branch information
maltesander and sbernauer authored Jan 27, 2025
1 parent 8b06513 commit 7a3446f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
Kubernetes Executors and their respective Pods only live as long as the task they are executing.
Afterwards the Pod is immediately terminated and e.g. console output or logs are gone.

In order to persist executor logs, Airflow can be configured to store its https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/kubernetes_executor.html[executor logs on disk (PV)] or as described in the following section on S3.
In order to persist task logs, Airflow can be configured to store its https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/kubernetes_executor.html#managing-dags-and-logs[executor logs on disk (PV)] or as described in the following section on S3.

=== Airflow Web UI

Expand Down

0 comments on commit 7a3446f

Please sign in to comment.