pierrejeambrun commented on code in PR #28288:
URL: https://github.com/apache/airflow/pull/28288#discussion_r1045210769


##########
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:
   Yep I thought the same. This is the conservative choice, and equivalent to 
what was implemented before



-- 
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]

Reply via email to