controller icon indicating copy to clipboard operation
controller copied to clipboard

Ability to cancel a deploy

Open helgi opened this issue 9 years ago • 3 comments

Ability to cancel a deployment (deis deploy:cancel), but the question is will it create:

  • a new release in Deis (allows for doing a "log" but release is still kept around)
  • rollback in k8s (no log / audit trail)

This will require a CLI change as well

helgi avatar Sep 15 '16 21:09 helgi

Like as in a git push or a deis pull? Would it be easier to handle an interrupted HTTP connection instead?

bacongobbler avatar Sep 15 '16 21:09 bacongobbler

Either - It's to unclog things when Deployment is "in progress" but is not failing (no image pull problems, etc) and you realise you want to cancel it without having to potentially wait for the full timeout.

Handling an interrupted HTTP connection is a double edge sword since those can keep going just fine thanks to Deployment.

helgi avatar Sep 15 '16 21:09 helgi

This issue was moved to teamhephy/controller#55

Cryptophobia avatar Mar 20 '18 17:03 Cryptophobia