TrafficSplit doesn't failover when all pods in primary svc are scaled down #9541
Unanswered
kinghrothgar
asked this question in
Help
Replies: 1 comment
-
I see that you have the TrafficSplit created and configured properly, but are you using linkerd-failover? I don't see any mention of you installing that or applying the required annotations to the TrafficSplit. I'd take a look at the (brief) Getting Started and make sure that you've followed all those steps. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I installed SMI via:
I've setup mutlicluster and have it working between clusters
cluster-1
andcluster-2
. I've mirrored a service fromcluster-1
tocluster-2
which resulted in a svc namedecho-go-cluster-1
. In thiscluster-2
I have the following:When I scale down the backing pods for
echo-go
services, curls to theecho-go
service 504:If I adjust
echo-go-cluster-1
to have a weight of 1 andecho-go
to have a weight of 0, it works. It seems like it's not detecting that all the pods behindecho-go
are gone and routing traffic toecho-go-cluster-1
.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions