openebs-archive / maya

Manage Container Attached Storage (CAS) - Data Engines in Kubernetes
https://docs.openebs.io
Apache License 2.0
184 stars 201 forks source link

refact(localpv): add ENV to allow skipping leader election #1745

Closed prateekpandey14 closed 4 years ago

prateekpandey14 commented 4 years ago

commit adds the LEADER_ELECTION_ENABLED env to allow user to enable/disable the leader election feature of localpv provisioner.

If env is not configured, leader election will be enabled by default.

Signed-off-by: prateekpandey14 prateek.pandey@mayadata.io

Cherry-pick: #1742