-
Bug
-
Resolution: Done
-
Normal
-
OADP 1.1.0, OADP 1.0.3
-
None
-
False
-
-
False
-
ToDo
-
0
-
0
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
No
Description of problem:
We currently define default limits for the velero and restic pods which we should instead leave empty to prevent a user from failing backups/restores due to these limits and they can always adjust as necessary.
Version-Release number of selected component (if applicable):
1.1.0
How reproducible:
100%
Steps to Reproduce:
1. Install OADP
2. Create DPA without setting limits/requests
Actual results:
Observe default limits on velero deployment or restic daemonset:
resources:
limits:
cpu: "1"
memory: 256Mi
Expected results:
No default limits exist on velero or restic deployment/daemonset
Additional info:
Check that velero and restic pods no longer contain resource limits.