Handle partial failure of deployments better.
slokh
PROOP
2 years ago
I ran into an issue where only some replicas failed to deploy. In this case I would expact the entire deployment to be auto removed rather than keeping around the few successful replicas.
This was an issue because it got buried in my deployment history so I didn't know it was running. Second suggestion is to bubble up failed deployments (or any deployment that has any active replicas) to the top of the deployment history.
1 Replies