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

Add retries for helm chart installs. #4195

Closed
hedge-sparrow opened this issue Mar 23, 2024 · 2 comments
Closed

Add retries for helm chart installs. #4195

hedge-sparrow opened this issue Mar 23, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@hedge-sparrow
Copy link

Is your feature request related to a problem? Please describe.

It's possible for a helm chart install to be cancelled by an etcd leadership election, in such a scenario the chart is uninstalled and marked as errored, requiring manual intervention to resolve.

Describe the solution you would like

It would be nice if we could add retries to helm chart installs.

Describe alternatives you've considered

No response

Additional context

Retries for chart installation would probably need fairly strict exponential backoffs and limited retry attempts. (maybe even just one)

@hedge-sparrow hedge-sparrow added the enhancement New feature or request label Mar 23, 2024
@hedge-sparrow
Copy link
Author

related: #3758

@juanluisvaladas
Copy link
Contributor

Hi @hedge-sparrow, this is already fixed upstream and it will be available in the next release in all currently supported k0s versions (1.26 to 1.30).

This was fixed in #4064

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

No branches or pull requests

2 participants