Timeouts because of mutual tls? #8412
Replies: 1 comment
-
Let's unpack this a bit: It looks like you're seeing Regarding errors like
The Moreover, are you seeing any behavioral problems in your application? Or are you just trying to diagnose unexpected log messages? |
Beta Was this translation helpful? Give feedback.
-
Hey,
We are seeing this weird problem
tls=no_tls_from_remote
:and
direct connections must be mutually authenticated
but it seems like it's complaining about the communication between the pods gateway and the container:As you can see the
100.127.0.0
is the gateway for100.127.0.24
and the communication between is sayingtls=no_tls_from_remote
anddirect connections must be mutually authenticated
.In this example, I just took linkerd-proxy-injector from the linkerd namespace.
When we take a look at services deployed in our cluster we see the same pattern but with different error. So for example:
This example pod has the IP of
100.124.0.29
and the client.addr value(100.124.0.0:42824)
is just the gateway IP of that pod.Have we configured something badly or are we looking at the wrong things here? Do you have any idea why we see this?
Beta Was this translation helpful? Give feedback.
All reactions