You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/27 20:15:09 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #16095: Bug Pod Template File Values Ignored

jedcunningham commented on a change in pull request #16095:
URL: https://github.com/apache/airflow/pull/16095#discussion_r640935707



##########
File path: airflow/providers/cncf/kubernetes/CHANGELOG.rst
##########
@@ -19,6 +19,15 @@
 Changelog
 ---------
 
+
+1.2.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Remove image_pull_policy "IfNotPresent" preset, will default to k8s "Always" if not set (#15388)``

Review comment:
       ```suggestion
   * ``Remove image_pull_policy "IfNotPresent" default as k8s already defaults to `Always` if :latest tag is specified, or `IfNotPresent` otherwise (#15388)``
   * ``Remove service_account_name "default" default as k8s already defaults to `default` if not set (#15388)``
   ```
   
   Feel free to adjust, but I think we should describe both removals.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org