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
I think some high-frequency environments, like particularly those managed by SD, are going to want the simplicity of the default Helm rollback behavior. As long as we leave the knob for them to allow automatic rollback on failed upgrade, that should be enough.
I'm not sure I agree. I think the important thing for a managed service SRE user is that:
The failure is apparent
There is a way to centrally apply a fix and have that fix propagate to the affected installations/upgrades.
If OLM automates rollbacks, it could make an SRE's job harder because it could make the problem worse (as described in the description), and it could make troubleshooting more difficult because logs/metrics/object status in the failed release would be wiped out by the rollback.
Right now, operator-controller is using helm-operator-plugins, which automatically uninstalls failed installations and rolls back failed upgrades.
This is problematic because the installation or upgrade may have progressed to the point of no return. For example:
In my opinion, a better behavior is to just stop, inform a user of the problem, and require human intervention to resolve and progress.
The text was updated successfully, but these errors were encountered: