Dear helm developers,
we are suffering timeouts on helm repository add commands of the form:
Error: looks like "https://<some-repository-url-here>" is not a valid chart repository or cannot be reached: context deadline exceeded (Client.Timeout or context cancellation while reading body)
I have seen that the code in #pkg/getter has a 120s timeout for such task, which seems not enough when facing slow networks or large repositories (ours have more than 200MB in metadata).
I was wondering whether or not there is a way to configure such timeout or any hope to have it implemented.
Please, let me know if you need any additional info.
Thank you very much in advance
/J
Dear helm developers,
we are suffering timeouts on
helm repository addcommands of the form:I have seen that the code in #pkg/getter has a 120s timeout for such task, which seems not enough when facing slow networks or large repositories (ours have more than 200MB in metadata).
I was wondering whether or not there is a way to configure such timeout or any hope to have it implemented.
Please, let me know if you need any additional info.
Thank you very much in advance
/J