Multiple replicas of linkerd-smi #10250
Answered
by
alpeb
jobinjosem1
asked this question in
Q&A
-
Is it possible and recommended to run multiple replicas of linked smi pod? |
Beta Was this translation helpful? Give feedback.
Answered by
alpeb
Feb 2, 2023
Replies: 1 comment
-
I'm afraid that's not recommended. The controller currently doesn't have a leader election mechanism so the replicas might race each other. It might not cause harm at the end of the day, but we haven't tested that really. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stevej
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid that's not recommended. The controller currently doesn't have a leader election mechanism so the replicas might race each other. It might not cause harm at the end of the day, but we haven't tested that really.