Skip to content
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

Make the helper Pod timeout configurable #178

Open
mgoltzsche opened this issue Mar 6, 2021 · 2 comments
Open

Make the helper Pod timeout configurable #178

mgoltzsche opened this issue Mar 6, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@mgoltzsche
Copy link
Contributor

mgoltzsche commented Mar 6, 2021

...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.

@daicang
Copy link

daicang commented Mar 16, 2021

Sometimes when load is high, helper pod takes more than 2min to create PV and would always timeout. Set timeout to 4min would solve this.

@derekbit derekbit added the enhancement New feature or request label Mar 18, 2022
@Donatas-L
Copy link

I see that this was addressed in the #166, but it was never merged into the master. Is there any way to increase the timeout of helper pod by using master version of the provisioner? Or the only way to do this is to fork the project and edit the source code?

@daicang How you increased the timeout?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants