Hey folks. We've tried a couple times to upgrade P...
# flyte-support
b
Hey folks. We've tried a couple times to upgrade Propeller to 1.13.0 and our pods restart every x minutes with
Lost leader state. Shutting down.
I'm not entirely sure how the leader election works within Propeller, any chance someone could give me some pointers to investigate further in the code?
f
It uses leader election to ensure one replica
Can you reduce replicas to one and turn off leader election and go
One reason might be you do not have the right service account to create the leader election object
b
It ended up being related to another thing.
f
Leader election works by creating an object on etcd
What was the other thing
b
Propeller just struggling with the load.
f
Really that is odd
h
@brief-window-55364, how did you end up solving this? Were you successful in updating to 1.13.0?