code-tick opened a new issue, #2586: URL: https://github.com/apache/apisix-ingress-controller/issues/2586
### Current Behavior When deploying ingress-controller and specifying only `apisix.adminService.name` and `apisix.adminService.namespace` the resulting endpoint created is invalid. It points to: `http://[apisix.adminService.name]+[apisix.adminService.name]+".svc:"+[apisix.adminService.port]` ### Expected Behavior it's supposed to point to: `http://[apisix.adminService.name]+[apisix.adminService.name]+".svc.cluster.local:"+[apisix.adminService.port]` ### Error Logs _No response_ ### Steps to Reproduce 1. install APISIX Ingress Controller using helm chart 2. set apisix.adminService.namespace ### Environment - APISIX Ingress controller version 2.0.0-rc4 - Kubernetes cluster version Client Version: v1.34.0 Kustomize Version: v5.7.1 Server Version: v1.33.4-eks-e386d34 -- 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]
