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 trouble here is that we don't know why it is blocked - this could be an incorrect image, network connectivity problems, etc. Basically everything that can go wrong with a StatefulSet. Because of this, this state may arise for something transient (slow container start due to a slow network) or something requiring user intervention (no network connectivity, etc). So we can either say WaitingStatus even though it might never resolve, or BlockedStatus even though it might fix itself.
metacontroller-operator/src/charm.py
Line 113 in 70ffd61
here should not be blocked status. We do not expect any action from human operator
The text was updated successfully, but these errors were encountered: