Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.cncf.kubernetes.exceptions

Exceptions

PodMutationHookException

Raised when exception happens during Pod Mutation Hook execution.

PodReconciliationError

Raised when an error is encountered while trying to merge pod configs.

Module Contents

exception airflow.providers.cncf.kubernetes.exceptions.PodMutationHookException[source]

Bases: airflow.exceptions.AirflowException

Raised when exception happens during Pod Mutation Hook execution.

exception airflow.providers.cncf.kubernetes.exceptions.PodReconciliationError[source]

Bases: airflow.exceptions.AirflowException

Raised when an error is encountered while trying to merge pod configs.

Was this entry helpful?