migtools / mig-controller

OpenShift Migration Controller
Apache License 2.0
22 stars 42 forks source link

MIG-853: Apply LimitRange constraints on resource requirements of Rsync Pods #1253

Closed pranavgaikwad closed 2 years ago

pranavgaikwad commented 2 years ago

This PR updates the ResourceRequirements used by the Rsync Pods. It introduces new logic to look at the LimitRanges in source and destination namespaces. It constrains the final resources requested by the Rsync Pods by taking into consideration the Limits for each namespace.