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
Currently if UpdateControl.updateResource returned from reconciler, the observed generation is not update. However, this would likely (probably always) results in a new reconciliation after the event from the update is received.
Question is if we should update the .status.observedGeneration in this case?
Currently if
UpdateControl.updateResource
returned from reconciler, the observed generation is not update. However, this would likely (probably always) results in a new reconciliation after the event from the update is received.Question is if we should update the
.status.observedGeneration
in this case?operator-framework#713
The text was updated successfully, but these errors were encountered: