Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Ability to cancel a deploy #1071

Open
helgi opened this issue Sep 15, 2016 · 3 comments
Open

Ability to cancel a deploy #1071

helgi opened this issue Sep 15, 2016 · 3 comments

Comments

@helgi
Copy link
Contributor

helgi commented Sep 15, 2016

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

@bacongobbler
Copy link
Member

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

@helgi
Copy link
Contributor Author

helgi commented Sep 15, 2016

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.

@Cryptophobia
Copy link
Contributor

This issue was moved to teamhephy/controller#55

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants