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
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
I think it should be possible to do the following:
Abort when the first node can't be deployed because health checks are failing (iirc, this isn't being done right now)(this should be fixed in fix(scheduler): rollback scale / deploy when the desired number of pods can not be brought up in a timely manner controller#792, thanks @helgi)In the worst case, you don't want to wait until a faulty commit has been fully deployed before you can roll it back.
I would love to hear thoughts on this. Thanks!