This repository was archived by the owner on Apr 17, 2025. It is now read-only.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Investigate permanent errors in the object reconcilers #182
Closed
Description
I believe that object reconcilers can get into a bad state, e.g. if their CRDs are deleted, which can only be resolved by restarting HNC. These bad states don't necessarily affect anything but can pollute the logs. In addition, the OnChangeNamespace
function in #180 introduces a goroutine that has no ability to return errors, so we don't have a great story to handle anything that permanently breaks a reconciler.
We should look holistically into how a reconciler can be broken, and how HNC can fix it.