Redgate Clone

Leadership election failure of the database-server-instance-operator


In Grafana, in the alerts, you may see the Leadership election failure firing.


This happens when a the database-server-instance-operator has more than one instance.

To fix this problem you need kubectl access.

Please run these two commands: 

  • kubectl delete pods -A --field-selector=status.phase=Failed
  • kubectl delete pods -A --field-selector=status.phase=Succeeded

Didn't find what you were looking for?