-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable leader election #440
Comments
@applike-ss |
If I'm not completely wrong, wouldn't you only need to set this to true? local-path-provisioner/main.go Line 269 in 59a15da
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
/unstale |
pls unstale |
Hello,
it would be great if the leader election could be enabled, so that we can drive an HA setup for local-path-provisioner.
Currently if i set the replica count to 3 all 3 pods are trying to manage the same pvc that i create. That is not ideal and might lead to issues with race conditions.
The text was updated successfully, but these errors were encountered: