amoghrajesh commented on code in PR #43402:
URL: https://github.com/apache/airflow/pull/43402#discussion_r1825907286


##########
providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst:
##########
@@ -27,6 +27,13 @@
 Changelog
 ---------
 
+main
+.....
+
+.. warning::
+  Set the default value of ``namespace`` in _KubernetesDecoratedOperator to 
``None``, so it uses the cluster namespace when ``in_cluster`` is True. To 
retain the previous behavior, set ``namespace="default"``

Review Comment:
   Right. They shouldnt care about it since it is used by the task operator. 
Maybe we can add / phrase it better to ask the users to provide the namespace 
in the operator.



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