-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Came up in https://stackable-workspace.slack.com/archives/C08GM6S8Z8D/p1765443130036129
CPU and memory can be configured for Airflow roles, but there is not anything implemented for storage: see https://github.com/stackabletech/airflow-operator/blob/main/rust/operator-binary/src/crd/mod.rs#L869.
This is at least partly due to the fact that Airflow data will typically either be held in the database, on log volumes (which have their own resources), or in a gitsync container., but it should be added to be consistent with other products.
The kind of things that would be supported can be seen in the HDFS config - PVCs backed by these storage types.