kaxil commented on code in PR #27116: URL: https://github.com/apache/airflow/pull/27116#discussion_r1002047760
########## airflow/providers/cncf/kubernetes/CHANGELOG.rst: ########## @@ -35,7 +35,9 @@ Previously KubernetesPodOperator considered some settings from the Airflow confi Features ~~~~~~~~ -Previously, ``name`` was a required argument for KubernetesPodOperator (when also not supplying pod template or full pod spec). Now, if ``name`` is not supplied, ``task_id`` will be used. +* Previously, ``name`` was a required argument for KubernetesPodOperator (when also not supplying pod template or full pod spec). Now, if ``name`` is not supplied, ``task_id`` will be used. +* KubernetsPodOperator argument ``namespace`` is now optional. If not supplied, we'll check the airflow conn, Review Comment: https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-cncf-kubernetes/operators.rst -- 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]
