mik-laj commented on pull request #13424:
URL: https://github.com/apache/airflow/pull/13424#issuecomment-753390787
we can start using a different hostname for this check.
```
$ nc -zvv kdc-server-example-com.example.com 88
DNS fwd/rev mismatch: kdc-server-example-com.example.com !=
docker-compose_kdc-server-example-com_1.example.com
kdc-server-example-com.example.com [10.5.0.2] 88 (kerberos) open
sent 0, rcvd 0
$ nc -zvv docker-compose_kdc-server-example-com_1.example.com 88
docker-compose_kdc-server-example-com_1.example.com [10.5.0.2] 88 (kerberos)
open
sent 0, rcvd 0
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]