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

   ### Official Helm Chart version
   
   1.8.0 (latest released)
   
   ### Apache Airflow version
   
   2.5.1
   
   ### Kubernetes Version
   
   v1.21.13
   
   ### Helm Chart configuration
   
   _No response_
   
   ### Docker Image customizations
   
   _No response_
   
   ### What happened
   
   _No response_
   
   ### What you think should happen instead
   
   When starting the dag we get an error:
   `airflow.exceptions.AirflowException: SSH command timed out`
   
   ### How to reproduce
   
   Run dag with configuration:
   `SSHOperator(
                   task_id=team_app.replace(":", "_"),
                   command=cmd_load,
                   ssh_conn_id="",
                   do_xcom_push=True
               )`
   
   
   ### Anything else
   
   Please add this [mr](https://github.com/apache/airflow/pull/29347) to the 
[helm chart](https://github.com/apache/airflow/tree/main/chart) of the latest 
version 1.8.0 so it affects the work of dags.
   
   ### Are you willing to submit 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