Re: App running even after delete. Pointers on finding it and debugging?
JT Archie <jarchie@...>
Tom,
toggle quoted messageShow quoted text
Are you sure the route isn't bound to another application in another org/space? When you do `cf routes` it only show routes for the current space. You can hit specific API endpoints though to get all the apps for a route. For example, `cf curl /v2/routes/89fc2a5e-3a9b-4a88-a360-e405cdbd6f87/apps` will show all the apps for a particular route. Obviously replacing the route ID with the correct ID. To find that, I recommend going through `CF_TRACE=true cf routes` and grabbing the ID. Let see if you can hunt it down that way. Kind Regards, JT
On Fri, Apr 1, 2016 at 8:51 AM, Tom Sherrod <tom.sherrod(a)gmail.com> wrote:
cf 230, diego 0.1450.0, etcd 27, garden-linux 0.330.0
|
|