ashb commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r536256990



##########
File path: airflow/executors/kubernetes_executor.py
##########
@@ -297,7 +297,7 @@ def run_next(self, next_job: KubernetesJobType) -> None:
             kube_image=self.kube_config.kube_image,
             try_number=try_number,
             date=execution_date,
-            command=command,
+            args=command,

Review comment:
       It's not about pod mutation hook - but about _how the pod is run_.
   
   Previously this did the effect of `docker run --entrypoint airflow ... run`
   
   Now it runs the entrypoint (which is more correct) and needed to actually 
fix that bug, so yes, we want this, but just need to include a note about it in 
the docs.




----------------------------------------------------------------
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:
[email protected]


Reply via email to