In Kubernetes, the hostname the service is accessible by from the outside world is often quite decoupled from the UTS name or the reverse DNS lookup.
XRootD lacks the ability to completely override the hostname environment variable, including in the advertisements to the rest of the cluster. This patch series introduces the XRDHOST env var enabling the override.
Upstream PR: xrootd#1868
In Kubernetes, the hostname the service is accessible by from the outside world is often quite decoupled from the UTS name or the reverse DNS lookup.
XRootD lacks the ability to completely override the hostname environment variable, including in the advertisements to the rest of the cluster. This patch series introduces the
XRDHOSTenv var enabling the override.Upstream PR: xrootd#1868