pykenny opened a new issue, #40252:
URL: https://github.com/apache/airflow/issues/40252

   ### Description
   
   `KubernetesPodOperator` provides `get_logs` and `log_containers` arguments 
to support pulling logs generated from created Kubernetes pod, and these 
arguments are also available in `KubernetesJobOperator` from class inheritance.
   
   However, `KubernetesJobOperator` does not implement logs pulling mechanism, 
so user has no way to obtain pod logs from the created job with this operator.
   
   ### Use case/motivation
   
   Supports `get_logs` and `log_containers` settings in `KubernetesJobOperator` 
when `wait_until_job_complete` is enabled.
   
   We can take similar approach used in `KubernetesPodOperator` to regularly 
fetch pod logs under the created job.
   
   ### Related issues
   
    - https://github.com/apache/airflow/issues/17490
    - https://github.com/apache/airflow/pull/36847
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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