Empty reply from mirrored Service in multicluster setup #12949
-
Hi. I followed the setup on official multicluster docs. I have two GKE clusters and deployed simple http server in east cluster and two clients one in west and another in east with this yaml files:
here is summary of pods and services in both clusters: east
west
My linkerd version is:
here is multicluster check for west:
and here the gateways:
What is the Issue ?After exporting east hello server to west with this command:
I can see mirrored service in west now:
I am able to curl that server in east client that is obvious:
but when I try to do the same curl on west client I get
QuestionWhat I've missed here? It seems packet is dropped somewhere when mirrored service trying to connect to the real one. if yes why and how can I resolve this issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems I forgot to inject linkerd to client. after inject it was works like a charm !!! thank you guys |
Beta Was this translation helpful? Give feedback.
It seems I forgot to inject linkerd to client. after inject it was works like a charm !!!
I just see notices this post after a week search about it: #7790
thank you guys