I have an issue with the operator that I am unable to reproduce consistently but it keeps happening every now and again.
I have a 3-node cluster set up in DigitalOcean hosted kubernetes
At some point a second operator pod appears and the first one loses leader election gets stuck in Terminating state with a final log message like this:
level=fatal msg="leader election lost"
What's really strange to me is that my deployment has 2 out of 1 replicas. Any ideas why this might be happening?
I have an issue with the operator that I am unable to reproduce consistently but it keeps happening every now and again. I have a 3-node cluster set up in DigitalOcean hosted kubernetes
Here is my operator definition:
At some point a second operator pod appears and the first one loses leader election gets stuck in Terminating state with a final log message like this:
What's really strange to me is that my deployment has 2 out of 1 replicas. Any ideas why this might be happening?