You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "pollynesterovich (via GitHub)" <gi...@apache.org> on 2023/02/22 08:31:10 UTC

[GitHub] [airflow] pollynesterovich opened a new issue, #29686: SSH command timed out

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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk closed issue #29686: SSH command timed out

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk closed issue #29686: SSH command timed out
URL: https://github.com/apache/airflow/issues/29686


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #29686: SSH command timed out

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #29686:
URL: https://github.com/apache/airflow/issues/29686#issuecomment-1439618033

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org