Skip to content

Add storage configuration #722

@adwk67

Description

@adwk67

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions