-
Notifications
You must be signed in to change notification settings - Fork 529
Closed
Description
Feature Request
Is your feature request related to a problem? Please describe:
We found that when we killed a backup pod the backup job went to failed state without retrying. This could happen when we do a node upgrade or a node was down. The reason is that the BackoffLimit is always set to 0 and the RestartPolicy of the pod is never
| BackoffLimit: pointer.Int32Ptr(0), |
Describe the feature you'd like:
Allow setting the restart policy of the backup job to RestartPolicyOnFailure
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels