velaux
velaux copied to clipboard
How to restart from current failure workflow step immediately?
We are trying Vela in non-production (a POC for production) environment. We need to restart the workflow in current failure step immediately instead of the default scheuduler. Is it possible now?
@cloorc ReDeploy the application?
@cloorc ReDeploy the application?
Might not what we need. We use fluxcd + gitops to sync app automatically. In this circumanstance, we just need to retry the installation behavior bound to the failure step(It is a helm component actually, reinstall use
helm install
for example).