Not from any live cases but I feel current code can result in some Kinds unintentionally excluded by default. https://github.com/konveyor/mig-operator/blob/f185b25483ca75720cee934d1cb106aaa61fb276/roles/migrationcontroller/defaults/main.yml#L8-L22 I can see things like `subscriptions.operators.NOTcoreos.com` being problematic.. so maybe we should use full api name in this list. Something like ``` - imagetags.image.openshift.io - templateinstances.template.openshift.io - clusterserviceversions.operators.coreos.com - packagemanifests.packages.operators.coreos.com - subscriptions.operators.coreos.com ```
Not from any live cases but I feel current code can result in some Kinds unintentionally excluded by default.
https://github.com/konveyor/mig-operator/blob/f185b25483ca75720cee934d1cb106aaa61fb276/roles/migrationcontroller/defaults/main.yml#L8-L22
I can see things like
subscriptions.operators.NOTcoreos.combeing problematic.. so maybe we should use full api name in this list.Something like