migtools / mig-controller

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

Properly pass namespace based on source or destination #1385

Closed awels closed 3 months ago

awels commented 3 months ago

The quiesce function assumed it was quiescing the source namespace, but it is now possible to also quiesce the destination namespace. This change passes the source or destination namespace to the quiesce function.

Also properly identify the source or destination cluster in the error message if a pod is not quiesced.