Search before asking
Version
- Doris Operator Version: 25.7.0 (or your current version)
- Doris Version: 3.1 (disaggregated mode)
- Cloud Provider: AWS EKS (or your provider)
What's Wrong?
When deploying a disaggregated Doris cluster with compute groups configured to use LoadBalancer service type, the backends register with their internal Kubernetes addresses (Pod FQDN or internal IP) instead of the external LoadBalancer addresses. This makes the backends inaccessible from outside the Kubernetes cluster.
What You Expected?
When show backends is executed, it should show external LoadBalancer addresses that are accessible from outside the cluster when the service type is LoadBalancer.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct