billstark commented on issue #18468:
URL: https://github.com/apache/airflow/issues/18468#issuecomment-929064722


   I think for this problem we can do something like
   ```
   default_driver_container_name = "spark-kubernetes-driver"
   
   # L88
   for line in self.hook.get_pod_logs(driver_pod_name, namespace=namespace, 
container=self.default_driver_container_name):
   ```


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