kingluo commented on issue #7563: URL: https://github.com/apache/apisix/issues/7563#issuecomment-1200385196
@topzyh Why the address in your test output doesn't match the configuration in etcd? That is, `2409:XXXX:XXXX:2000:0:1:afd:7d65` doesn't match those two addresses in your configuration. And it's werid that the `server.port` is nil. Could you give test output with correct corresponding configuration? You should not quote the host with brackets to invoke `set_current_peer`, which should cause error to parse the address. `[2409:XXXX:XXXX:2000:0:1:afd:7d65:4009]` is invalid, for nginx, it should be `[2409:XXXX:XXXX:2000:0:1:afd:7d65]:4009`. Instead, I think the ingress controller should quote the `server.host` with brackets for ipv6 address. -- 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]
