Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reconciler, spec: forbid concurrent executions Signed-off-by: Miguel Duarte Barroso <[email protected]> * reconciler, spec: remove complete pods We leave the default `failedJobsHistoryLimit` - 1 - to enable the user to debug the reconciler in case it fails. Signed-off-by: Miguel Duarte Barroso <[email protected]> * reconciler, spec: do not retry on error Since a new pod will be scheduled in 5 minutes, it is safer to just wait for the new reconcile cycle than insist on reconciling right now. This is important to prevent the cluster to clog further on constrained clusters. Signed-off-by: Miguel Duarte Barroso <[email protected]>
- Loading branch information