bluemixgaragelondon / cf-blue-green-deploy

Cloud Foundry CLI plugin for zero downtime deploys
Apache License 2.0
139 stars 61 forks source link

BGD fails with no-route config #96

Open sgcallies opened 3 years ago

sgcallies commented 3 years ago

Hello. We have CF apps that are defined as "no-route" in the app manifest. When we attempt to use the blue-green-deploy plugin to deploy the app, it fails when it tries to unmap a route it expects to find. Of course, it cannot find it because the route is not created for a no-route app. Should it be expected that no-route apps can/should not be deployed with the bgd plugin?

App PUBS-PartnershipX-new is a worker, skipping route creation ... Could not unmap route - Route PUBS-PartnershipX-new not found

sgcallies commented 3 years ago

Also should mention, this is occurring with version 1.4.0 for Linux64.