GKE hierarchical clusters, rpc:error: code = Aborted desc = gateway loop detected #10098
Unanswered
aprountzos
asked this question in
Help
Replies: 0 comments
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.
-
I am using linkerd version stable-2.11.4.
Lets say I have 3 clusters localy using k3d, cluster1, cluster2 and cluster3 . I link cluster1 with cluster2 and cluster2 with cluster3 using custom selector. I use https://github.com/GoogleCloudPlatform/microservices-demo as the app for my tests. I deploy all Services except frontend at cluster1 and only frontend at cluster3. Thus every service (with the specific label used as selector in multicluster link) at cluster3 is mirrored at cluster2 e.g currencyservice-cluster3 which eventually will be mirrored to cluster1, e.g currencyservice-cluster3-cluster2. Using TrafficSplits I redirect traffic from frontend Service at mirrored services e.g to currencyservice-cluster3-cluster2.
At k3d clusters that works perfectly getting no error, however using gke public clusters with the same connection on frontend i get the error: "rpc:error: code = Aborted desc = gateway loop detected"
Beta Was this translation helpful? Give feedback.
All reactions