mirror of https://github.com/linkerd/linkerd2.git
Previously the destinations service would look for services in the "default" namespace if the service name didn't have at least two labels. However, the "default" namespace is almost always the wrong namespace. The only reasonable default namespace is the namespace of the client service, which isn't given to the destinations service. Therefore it shouldn't try to default the namespace. Accordingly, stop defaulting the namespace to "default". Validated by manually testing the emojivoto service before and after the proxy implemented namespace defaulting itself. |
||
---|---|---|
.. | ||
client.go | ||
server.go |