Replies: 1 comment 3 replies
-
@stefanprodan is this something that is on the roadmap or some way to do this currently? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to have a retry configuration for the helmreleases to just query the status of the resources without performing a rollback/uninstall. It could be an additional parameter under the install configuration.
We have use-cases where our service pods might take longer than the timeout duration, but we cannot afford a rollback and retry - have some control plane services deployed using flux. The helmreleases get stuck in "Helm install failed", and usually a
flux suspend hr <name>
andflux resume hr <name>
gets the helm release to succeed.Beta Was this translation helpful? Give feedback.
All reactions