HoustonPutman opened a new issue #366:
URL: https://github.com/apache/solr-operator/issues/366


   Starting with Kubebuilder v3, leader election is a very easy option to 
enable.
   This makes it very easy to ensure that there are not multiple solr-operator 
pods running at the same time, causing issues.
   
   One thing that we need to make sure of when enabling this is that 
namespace-watching works well with leader election, since we allow one Solr 
Operator pod to watch a single namespace, or multiple namespaces. By default 
the leader election logic is scoped to the namespace that the Solr Operator pod 
is running in, but we can set it to make sure to leader elect based on the 
namespaces passed in via `--watch-namespaces`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to