Thanks for your prompt response.
I am trying to clarify the following scenario as well:
1. A pod provisioned at 128Mi memory requests
2. During backup OOM error kills the pod and restarts
3. Backup CRD status is Fail
4. Increase pod memory requests to 1Gi
5. Next backup schedule
My question is with:
Will the next backup (step 5) run without any issue..? or will it be marked as failed as backup in step 3 failed.
I want to confirm whether a backup depends on the status of a previous failed backups as mentioned in this
threadThe reason we need to check this is to understand how we can use vertical pod autoscaling with velero.
Thanks
Parami