This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e45e663d58817181f78bd72bbe65a6b130b28c8d Author: Xiaodong DENG <[email protected]> AuthorDate: Sat Sep 16 10:06:15 2023 -0700 Add LocalKubernetesExecutor in the config.yml's executor description (#34414) (cherry picked from commit e64269e63c2f772740d02eea01ea60f83f426fdc) --- airflow/config_templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 4ff95db84f..caaec5dc1c 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -64,7 +64,7 @@ core: description: | The executor class that airflow should use. Choices include ``SequentialExecutor``, ``LocalExecutor``, ``CeleryExecutor``, ``DaskExecutor``, - ``KubernetesExecutor``, ``CeleryKubernetesExecutor`` or the + ``KubernetesExecutor``, ``CeleryKubernetesExecutor``, ``LocalKubernetesExecutor`` or the full import path to the class when using a custom executor. version_added: ~ type: string
