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 2020/06/05 15:16:44 UTC

[GitHub] [airflow] brandonwillard commented on pull request #8146: [AIRFLOW-6780] Add option to use args instead of command in K8s pod spec

brandonwillard commented on pull request #8146:
URL: https://github.com/apache/airflow/pull/8146#issuecomment-639558613


   Just rebased.
   
   One important use-case involves the ease of running pods with important/necessary pre-specified `command`s.  In general, no one wants to re-produce a `Dockerfile`'s `command` string within the Airflow setup/pod spec, since that's fairly cumbersome and error prone.  
   
   Plus, this problem is exacerbated by "derived" Docker images that pass `args` to the parent image's `command`.  I believe that&mdash;in these cases&mdash;one would have to reproduce the parents' cumulative `command` and `args`.
   


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