You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 clusters peered with Liqo: A <-> B, A <-> C and B <-> C. All with a bidirectional peering.
Then I have an offload namespace with a service (type: LoadBalancer) and a deployment that force a pod on each cluster.
If I try to access the service from A, the response comes from pod on A, B and C.
But when I access the service from B the response comes only from B, and when I access from C the response comes only from C.
What you expected to happen:
I expect to receive the answer from any available pod on any node.
Environment:
Liqo version: v0.10.2
Liqoctl version: v0.10.2
The text was updated successfully, but these errors were encountered:
What happened:
I have 3 clusters peered with Liqo: A <-> B, A <-> C and B <-> C. All with a bidirectional peering.
Then I have an offload namespace with a service (type: LoadBalancer) and a deployment that force a pod on each cluster.
If I try to access the service from A, the response comes from pod on A, B and C.
But when I access the service from B the response comes only from B, and when I access from C the response comes only from C.
What you expected to happen:
I expect to receive the answer from any available pod on any node.
Environment:
The text was updated successfully, but these errors were encountered: