liweiquan fa50ad0d2a 修改airflow apiIsStable 为true hai 1 ano
..
charts f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
dockerfiles f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
files f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
newsfragments f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
templates fa50ad0d2a 修改airflow apiIsStable 为true hai 1 ano
.helmignore f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
Chart.lock f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
Chart.yaml f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
INSTALL f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
LICENSE f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
NOTICE f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
README.md f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
RELEASE_NOTES.rst f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
values.schema.json f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos
values_schema.schema.json f0c6cdffb0 update charts %!s(int64=2) %!d(string=hai) anos

README.md

Helm Chart for Apache Airflow

Artifact HUB

Apache Airflow is a platform to programmatically author, schedule and monitor workflows.

Introduction

This chart will bootstrap an Airflow deployment on a Kubernetes cluster using the Helm package manager.

Requirements

  • Kubernetes 1.20+ cluster
  • Helm 3.0+
  • PV provisioner support in the underlying infrastructure (optionally)

Features

  • Supported executors: LocalExecutor, LocalKubernetesExecutor, CeleryExecutor, CeleryKubernetesExecutor, KubernetesExecutor.
  • Supported Airflow version: 1.10+, 2.0+
  • Supported database backend: PostgresSQL, MySQL
  • Autoscaling for CeleryExecutor provided by KEDA
  • PostgreSQL and PgBouncer with a battle-tested configuration
  • Monitoring:
    • StatsD/Prometheus metrics for Airflow
    • Prometheus metrics for PgBouncer
    • Flower
  • Automatic database migration after a new deployment
  • Administrator account creation during deployment
  • Kerberos secure configuration
  • One-command deployment for any type of executor. You don't need to provide other services e.g. Redis/Database to test the Airflow.

Documentation

Full documentation for Helm Chart (latest stable release) lives on the website.

Note: If you're looking for documentation for main branch (latest development branch): you can find it on s.apache.org/airflow-docs/. Source code for documentation is in ../docs/helm-chart

Contributing

Want to help build Apache Airflow? Check out our contributing documentation.