-
Notifications
You must be signed in to change notification settings - Fork 15
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 --cleanup-on-fail option to default helm upgrade command? #55
Comments
Wow these options are VERY important I think, and I wish they would have defaulted to use these instead. I'm not confident what to opt for, --cleanup-on-fail or --atomic. I think I understand
Allow deletion? It won't do anything, but it will allow something to be done? I assume it will actively cleanup, so it will actively delete new resources, but it will not roll back modified but not new resources? Perhaps |
The adding of the Apparently the I note that the @scottyhq thank you so much for spotting this, this is very relevant to me and for the z2jh documentation! |
For Hubploy, i suggest replacing |
In light of occasional failed deployments with hubploy for whatever reason (for example pangeo-data/pangeo-cloud-federation#560) There might be some utility in adding the
--cleanup-on-fail
or--atomic
flags as defaults or options?from docs https://helm.sh/docs/helm/helm_upgrade/
https://github.com/yuvipanda/hubploy/blob/edf788812b2441b10b8f935ae951b5f6bd5a84d5/hubploy/helm.py#L71-L84
The text was updated successfully, but these errors were encountered: