You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During PoC work to try Istio with IPv6, the ResolvAddr() function in pilot/pkg/proxy/resolve.go only handles IPv4 addresses that are resolved. This needs to be extended to accept IPv6 addresses and create a proper IP and port string.
I'll push up a PR in the next few days to address this issue.