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
When starting the dag we get an error:
airflow.exceptions.AirflowException: SSH command timed out
What you think should happen instead
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 to the helm chart of the latest version 1.8.0 so it affects the work of dags.
Are you willing to submit PR?
Code of Conduct
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
When starting the dag we get an error:
airflow.exceptions.AirflowException: SSH command timed outWhat you think should happen instead
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 to the helm chart of the latest version 1.8.0 so it affects the work of dags.
Are you willing to submit PR?
Code of Conduct