donovanmuller / spring-cloud-deployer-openshift

A Spring Cloud Deployer SPI implementation for OpenShift 3
http://blog.switchbit.io/spring-cloud-deployer-openshift
Apache License 2.0
4 stars 10 forks source link

Deployer should cancel all in progress deployments when undeploying #29

Closed donovanmuller closed 7 years ago

donovanmuller commented 7 years ago

If a Deployment is in progress, the app will not be undeployed completely. Everything but the Deployment is deleted:

screen shot 2016-12-16 at 11 23 06 pm

donovanmuller commented 7 years ago

As of OpenShift 3.6 I have not noticed this.