-
Recently we have replaced our distributed locks and global timers to use etcd's concurrency API to guarantee active-active HA.
However, there are still edge cases that require a global coordination…
-
Since this is replacing spring-cloud/spring-cloud-cluster, wondered if there is any plan to implement Consul leader election mechanism:
spring-cloud/spring-cloud-cluster#17 - initial consul leader …
-
Our election algorithms build on top of JGroups' view changes. Removing the leader through membership operations only changes the Raft cluster members, but the view is unchanged.
A leader removing …
-
We are leveraging controller-runtime default logging to write our reconcilers; however, oddly, the leader election logs do not get output in the same format as our other logs. Our other logs use str…
-
The vault-secrets-operator container is frequently restarting with the following error messages:
{"level":"error","ts":"2024-01-15T09:46:26Z","logger":"setup","msg":"problem running manager","error…
-
http://curator.apache.org/curator-recipes/leader-election.html
-
I noted that there is some leader [election flag and logic ](https://github.com/resmoio/kubernetes-event-exporter/blob/9e7f84ba16e77ac9a72c1bdee8df15aa65bc08c2/main.go#L94)in the source code, but it i…
-
**Describe the bug**:
The helm chart defaults the leader election namespace to `kube-system`.
https://github.com/cert-manager/cert-manager/blob/v1.14.1/deploy/charts/cert-manager/values.yaml#L50…
-
[Kubernetes `Lease` resources](https://kubernetes.io/docs/concepts/architecture/leases/) could be used as an alternative backend for leader election. This could simplify deployments on Kubernetes (suc…
-
Currently node is visible as leader in `box.info.election` right after it won the elections. But the limbo ownership transition might be not finished yet. Such node stays read-only even though is a le…