kubectl rolling-update should not exitcode=0 when resumes an update #9045
Labels
area/app-lifecycle
area/kubectl
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Consider this:
Control-C half way through update
So the update to v3 succeeded (I think), but the update was actually to v2.
I think it should update to v3; ideally by co-opting the existing rolling-update and repointing to v3. If we can't do that, it should completing the existing rolling-update, then rolling-update to v3. If we can't have that, it should exit-code != 0.
The text was updated successfully, but these errors were encountered: