eladkal commented on code in PR #43402: URL: https://github.com/apache/airflow/pull/43402#discussion_r1825774875
########## 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: Are users aware of this private class? Can we maybe rephrase this to how users use the functionality? -- 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]
