chrijun commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-2580050017
We are facing a similar issue in versions: 2.10.2 and 2.10.4 in EKS. I noticed that when we had our workers in a Statefulset, they return the full FQDN: `airflow-worker-0.airflow-worker.airflow.cluster.local`, whereas when they are deployed in a Deployment, they only return: `airflow-worker-xxxxxxxx-yyyy`. For us, changing `hostname_callable` to `airflow.utils.net.get_host_ip_address` fixed the issue. This might be something nice to set automatically when persistence is disabled in the HelmChart? -- 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]
