You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While moving the namespace reconciler to pkg/controller I found the following bugs:
The namespace reconciler does not watch the resources it creates. The controller will not heal if one of those components are deleted.
The namespace reconciler does not clean up brokers it had created as a result of a namespace annotation. The resources should be deleted when the label is removed.
The namespace reconciler does not have a unit test for a conflicting default broker.
Related to #734, #1069
While moving the namespace reconciler to pkg/controller I found the following bugs:
The namespace reconciler does not watch the resources it creates. The controller will not heal if one of those components are deleted.
The namespace reconciler does not clean up brokers it had created as a result of a namespace annotation. The resources should be deleted when the label is removed.
The namespace reconciler does not have a unit test for a conflicting default broker.
There is not enough events created in this reconciler, see Move namespace controller to pkg/controller style. #1069 (comment)