Replies: 2 comments 3 replies
-
Did you add the headers to your ingress? Why is the source and dst the same? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[ 3200.246474462s] INFO outbound:accept{peer.addr=10.240.5.148:48840}:source{target.addr=10.240.5.95:8001}:logical{addr=10-240-5-95.my-service.my-namespace.svc.cluster.local:8001}:profile:balance{addr=10-240-5-95.my-service.my-namespace.svc.cluster.local:8001}: linkerd2_proxy_api_resolve::resolve: No endpoints
[ 3203.241936032s] WARN outbound:accept{peer.addr=10.240.5.148:48840}:source{target.addr=10.240.5.95:8001}: linkerd2_app_core::errors: Failed to proxy request: request timed out
[ 3203.298673231s] WARN outbound:accept{peer.addr=10.240.5.148:48840}:source{target.addr=10.240.5.95:8001}: linkerd2_app_core::errors: Failed to proxy request: Service in fail-fast
Any suggestions on how to debug this further?
This is my setup without linkerd:
My setup with linkerd:
where [ ............................ ] represents a single pod.
The logs above are from the Linkerd proxy running with the gRPC client. If I take this proxy out, my connections seem fine.
Beta Was this translation helpful? Give feedback.
All reactions