This repository was archived by the owner on Aug 14, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle term-limit timeout for volume provisioning (#53)
* Handle term-limit timeout for volume provisioning This PR will introduce PROVISIONER_LEASE_TIMEOUT env variable to configure termlimit timout value. TermLimit is the maximum duration that a leader may remain the leader to complete the task before it must give up its leadership. Defaults to 30 seconds. Signed-off-by: prateekpandey14 <[email protected]> * Do exit in case of invalid lease timeout Signed-off-by: prateekpandey14 <[email protected]>
- Loading branch information