Currently we have only one replica of operator by default. This can easily cause service disruption, e.g., when a node is down.
Luckily controller-runtime supports leader election. We just need to adjust the replicas of operator, enable the leader election if it's disabled, and make sure that our code isn't broken.
Acceptance criteria:
Currently we have only one replica of operator by default. This can easily cause service disruption, e.g., when a node is down.
Luckily controller-runtime supports leader election. We just need to adjust the replicas of
operator, enable the leader election if it's disabled, and make sure that our code isn't broken.Acceptance criteria:
2.