Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to cancel a deploy #55

Open
Cryptophobia opened this issue Mar 20, 2018 · 2 comments
Open

Ability to cancel a deploy #55

Cryptophobia opened this issue Mar 20, 2018 · 2 comments

Comments

@Cryptophobia
Copy link
Member

From @helgi on September 15, 2016 21:19

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

Copied from original issue: deis/controller#1071

@Cryptophobia
Copy link
Member Author

From @bacongobbler on September 15, 2016 21:25

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

@Cryptophobia
Copy link
Member Author

From @helgi on September 15, 2016 21:34

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.

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

No branches or pull requests

1 participant