Hi [~dffrench],
Following the comments inline.
bq. 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.
I have been speaking with them and when I am able to fix the last test that is not passing in the CI of this PR I will raise an internal thread for we check the timeframe. However, so far in their comments and privately by chats they are just saying that it cannot be done before this Wed. So, IMHO the period of 1 or 2 weeks shows 100% fine.
bq. 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. * This solution/suggestion just not allow the CR run for other namespaces which also can be solved with OCP rules * It will not attend the satisfy [~weil] definition as he described above. * It is not a good solution regards performance since the logic which will get the namespaces and check if is valid or not will be called all times that the reconcile be called which means many times until all objects managed for it be created. |
|