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
That comment thread also contains the context in how to adequately resolve delete events with controller-runtime. We should have proper delete handling for our inferenceModel reconciliation (possibly/probably for our pod reconcilier also)
The text was updated successfully, but these errors were encountered:
Those handlers should do minimal work (updating our local datastore) since they are invoked in the watch callback; work that requires any heavy lifting, like status updates, should continue to be done in Reconcile which is called by the worker threads.
This cropped up in: #286 (comment)
That comment thread also contains the context in how to adequately resolve delete events with controller-runtime. We should have proper delete handling for our inferenceModel reconciliation (possibly/probably for our pod reconcilier also)
The text was updated successfully, but these errors were encountered: