o-nikolas commented on code in PR #28288:
URL: https://github.com/apache/airflow/pull/28288#discussion_r1045147675
##########
airflow/executors/local_kubernetes_executor.py:
##########
@@ -43,6 +43,8 @@ class LocalKubernetesExecutor(LoggingMixin):
KUBERNETES_QUEUE = conf.get("local_kubernetes_executor",
"kubernetes_queue")
+ is_local: bool = False
Review Comment:
This is tricky, since this executor is sometimes local, but I think it's
best to go with False unless all executors are local.
--
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]