From bdc181a66eef60fa8337cb8cee7f211dbd7c69ac Mon Sep 17 00:00:00 2001 From: Jed Cunningham Date: Mon, 23 May 2022 16:30:10 -0600 Subject: [PATCH] Document LocalKubernetesExecutor support in chart --- chart/README.md | 2 +- docs/helm-chart/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/README.md b/chart/README.md index ea11dc1538ac..d8230ef95259 100644 --- a/chart/README.md +++ b/chart/README.md @@ -36,7 +36,7 @@ cluster using the [Helm](https://helm.sh) package manager. ## Features -* Supported executors: ``LocalExecutor``, ``LocalKubernetesExecutor``, ``CeleryExecutor``, ``CeleryKubernetesExecutor``, ``KubernetesExecutor``. +* Supported executors: ``LocalExecutor``, ``CeleryExecutor``, ``KubernetesExecutor``, ``LocalKubernetesExecutor``, ``CeleryKubernetesExecutor`` * Supported Airflow version: ``1.10+``, ``2.0+`` * Supported database backend: ``PostgresSQL``, ``MySQL`` * Autoscaling for ``CeleryExecutor`` provided by KEDA diff --git a/docs/helm-chart/index.rst b/docs/helm-chart/index.rst index 1f7af26692e4..2cc26d1558d2 100644 --- a/docs/helm-chart/index.rst +++ b/docs/helm-chart/index.rst @@ -64,7 +64,7 @@ Requirements Features -------- -* Supported executors: ``LocalExecutor``, ``CeleryExecutor``, ``CeleryKubernetesExecutor``, ``KubernetesExecutor``. +* Supported executors: ``LocalExecutor``, ``CeleryExecutor``, ``KubernetesExecutor``, ``LocalKubernetesExecutor``, ``CeleryKubernetesExecutor`` * Supported Airflow version: ``1.10+``, ``2.0+`` * Supported database backend: ``PostgresSQL``, ``MySQL`` * Autoscaling for ``CeleryExecutor`` provided by KEDA