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
The operator failed to reconcile a AtlasSchema resource due to that the database was shutting down (only one instance) and the resource was marked with a non-Ready condition: Error: pq: the database system is shutting down.
Even though the database recovered, the state of the resource did not recover and continued to be in this state until the controller was restarted.
Expected Behavior
Expected that the resource would eventually reconcile into a healthy state after regular backoff periods.