Official Helm Chart version
1.7.0 (latest released)
Apache Airflow version
2.2.2
Kubernetes Version
1.23
Helm Chart configuration
No response
Docker Image customisations
No response
What happened
When a task runs on a worker, the web server cannot reach the worker to read the log from.
Considering the workers are deployed as a deployment and not as a statefulset, I suspect that a hostname and a subdomain should be used somehow in the worker template, which is currently not the case.
What you think should happen instead
The web server is able to reach any worker using the headless kubernetes service which is created.
How to reproduce
Any deployment of the helm should have this issue I think.
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Official Helm Chart version
1.7.0 (latest released)
Apache Airflow version
2.2.2
Kubernetes Version
1.23
Helm Chart configuration
No response
Docker Image customisations
No response
What happened
When a task runs on a worker, the web server cannot reach the worker to read the log from.
Considering the workers are deployed as a deployment and not as a statefulset, I suspect that a hostname and a subdomain should be used somehow in the worker template, which is currently not the case.
What you think should happen instead
The web server is able to reach any worker using the headless kubernetes service which is created.
How to reproduce
Any deployment of the helm should have this issue I think.
Anything else
No response
Are you willing to submit PR?
Code of Conduct