SDP 24.3 is not the latest You're viewing SDP 24.3, not the current release (SDP 26.3).
View AirflowCluster in SDP 26.3 View SDP 26.3 →Custom resource
AirflowCluster
Auto-generated derived type for AirflowClusterSpec via `CustomResource`
- API group
- airflow.stackable.tech
- API versions in 24.3
- v1alpha1
- Scope
- Namespaced
- Operator
- Apache Airflow
- Roles
- 3 (celeryExecutors, schedulers, webservers)
Schema
AirflowCluster.airflow.stackable.tech .spec fields for SDP 24.3.
Schema
- Configuration that applies to all roles and role groups. This includes settings for authentication, git sync, service exposition and volumes, among other things.
- Specify which image to use, the easiest way is to only configure the
productVersion. You can also configure a custom image registry to pull from, as well as completely custom images. Consult the Product image selection documentation for details. - The celery executor. Deployed with an explicit number of replicas.
- The
scheduleris responsible for triggering jobs and persisting their metadata to the backend database. Jobs are scheduled on the workers/executors. - The
webserverrole provides the main UI for user interaction. - Cluster operations properties, allow stopping the product instance as well as pausing reconciliation.
- With the Kuberentes executor, executor Pods are created on demand.