Thanks you very much [~cmacedo86] for reaching out to the operator-sdk team and following up on this issue.
h3. Our path forward I am worried that a new released version of the `operator-sdk` with the updated controller-runtime will take much longer than 1-2 weeks. Due to the [comment from LiliC on the GitHub issue|https://github.com/operator-framework/operator-sdk/pull/1388#issuecomment-489717498].
Our solution to this task does not have to wait for the new operator-sdk, as discussed last week, we can add logic to the reconcile loop to check if the `request.NamespacedName` is from the list comma separated namespaces in an environment variable.
If in the future, we feel due to performance or another reason, we can switch this to using the operator-sdk method. It will be trivial to revert the reconcile loop implementation in the future.
[~cmacedo86] Any questions on this? |
|