local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

Make the helper Pod timeout configurable

Open mgoltzsche opened this issue 3 years ago • 2 comments

...because depending on the helper Pod a different timeout may be needed.

My use case is cache-provisioner that requires the helper Pod to synchronize the volume contents with an image registry which may take more than the hardcoded timeout of 2 minutes.

mgoltzsche avatar Mar 06 '21 21:03 mgoltzsche

Sometimes when load is high, helper pod takes > 2min to create, which cases infinite timeout when creating PV. We enlarged timeout from 2min to 4min and problem solved.

daicang avatar Mar 16 '21 10:03 daicang