brouberol commented on issue #48395:
URL: https://github.com/apache/airflow/issues/48395#issuecomment-2766311927

   @eladkal sorry about the late response. I came to realize that my testing 
environment was not using the 
`apache-airflow-providers-cncf-kubernetes==10.4.0rc1` version 🤦 
   
   - #47774 works as expected
   - #47864 works, but will require some additional work, as we set 
`self.container_logs = self.base_container_name` in the `KubernetesPodOperator` 
init method, and if `self.base_container_name` is a template, then 
`self.container_logs` gets a templated value as well, when it does not belong 
to the template fields, which causes issues when attempting to tail logs.
   
   I'll address the issue in a subsequent patch. 


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

Reply via email to