nephos icon indicating copy to clipboard operation
nephos copied to clipboard

Execution of commands should be robust to timeouts on Helm side

Open nicolapaoli opened this issue 5 years ago • 2 comments

Occasionally commands will fail with a Kubernetes/Helm timeout, we should have a robust mechanism to avoid breaking execution on a first fail (e.g. some kind of exponential backoff, or use execute_until_success with a limited number of tries.)

nicolapaoli avatar Mar 22 '19 17:03 nicolapaoli

Can you please provide a method to reproduce this bug?

inzamam-iqbal avatar Jun 10 '19 12:06 inzamam-iqbal

Typically, this relates to cases where networking within Kubernetes is happening. If I remember correctly, it relates to cases where we need to access the CA to create crypto-material, etc.

alexvicegrab avatar Jun 11 '19 16:06 alexvicegrab