Richard0706 commented on issue #11236: URL: https://github.com/apache/apisix/issues/11236#issuecomment-2100106392
> AFAIK, it's not possible to do this. @zlhgo's suggestion seems right. > > EDIT: > > seems like there is a way: https://apisix.apache.org/docs/ingress-controller/1.6.0/tutorials/external-service/#external-domain-upstream Thanks for your suggestion, but it doesn't solve my problem. When I configure ApisixUpstream using ip and port it is wrong: _Domain must match lowercase RFC 1123 subdomain. a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters,_ This does not comply with the DNS specification. Can you give me a demo of the upstream service configuration IP and port, like this: ``` spec: externalNodes: - type: Domain name: 192.168.1.80:8080 ``` -- 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]
