jedcunningham commented on code in PR #44755:
URL: https://github.com/apache/airflow/pull/44755#discussion_r1878876067


##########
airflow/cli/cli_config.py:
##########
@@ -865,7 +865,7 @@ def string_lower_type(val):
 # kubernetes cleanup-pods
 ARG_NAMESPACE = Arg(
     ("--namespace",),
-    default=conf.get("kubernetes_executor", "namespace"),
+    default=conf.get("kubernetes_executor", "namespace", fallback="default"),

Review Comment:
   Turns out we can just remove these commands all together - they are moved to 
the provider and deprecated in core.



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