subkanthi commented on a change in pull request #19729:
URL: https://github.com/apache/airflow/pull/19729#discussion_r758836047
##########
File path: airflow/config_templates/config.yml
##########
@@ -1446,6 +1446,21 @@
type: string
example: ~
default: ~
+- name: local_kubernetes_executor
+ description: |
+ This section only applies if you are using the ``LocalKubernetesExecutor``
in
+ ``[core]`` section above
+ options:
+ - name: kubernetes_queue
+ description: |
+ Define when to send a task to ``KubernetesExecutor`` when using
``LocalKubernetesExecutor``.
+ When the queue of a task is the value of ``kubernetes_queue`` (default
``kubernetes``),
+ the task is executed via ``KubernetesExecutor``,
+ otherwise via ``LocalExecutor``
+ version_added: 2.2.0
Review comment:
Updated, thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]