alanatlemba commented on code in PR #27457: URL: https://github.com/apache/airflow/pull/27457#discussion_r1014037383
########## airflow/providers/cncf/kubernetes/CHANGELOG.rst: ########## @@ -40,6 +40,7 @@ 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. * KubernetsPodOperator argument ``namespace`` is now optional. If not supplied via KPO param or pod template file or full pod spec, then we'll check the airflow conn, then if in a k8s pod, try to infer the namespace from the container, then finally will use the ``default`` namespace. +* The ``container_resources`` field is now a templated field. Review Comment: @eladkal good to know! I'll remove :) -- 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]
