apache/airflow

Manage pools in Helm Chart

Open

#11.707 geöffnet am 21. Okt. 2020

Auf GitHub ansehen
 (14 Kommentare) (9 Reaktionen) (0 zugewiesene Personen)Python (16.781 Forks)batch import
area:helm-chartgood first issuekind:feature

Repository-Metriken

Stars
 (44.809 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (834 gemergte PRs in 30 T)

Beschreibung

Hello,

Many users need to deployment Airlfow and initialize instances with basic resources. It would be helpful if Helm Chart would facilitate this task.

For connections and variables, all we need to do is add documentation that describes the use of environment variables.

For pools, we will have to add a new script that initializes the database using the CLI. https://airflow.readthedocs.io/en/latest/cli-and-env-variables-ref.html#pools

Similar tasks can be done with Terraform provider as well, but it's still WIP and not everyone uses Terraform. We still need better support for this use case in the Helm Chart.

Best regards, Kamil Breguła

Contributor Guide