You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we push a Docker app to Diego and then call cf disable-diego <appname>, we get a confusing error message and the app status is inconsistent:
$ cf disable-diego lattice-app
Setting lattice-app Diego support to false
FAILED
Error: CF-AppPackageNotFound - The app package could not be found: 92e75ab6-d631-4069-9fb5-c6cd1dfedd6a
{
"code": 150002,
"description": "The app package could not be found: 92e75ab6-d631-4069-9fb5-c6cd1dfedd6a",
"error_code": "CF-AppPackageNotFound"
}
The app is not listed in cf diego-apps any more, but still running. The status is inconsistent:
$ cf apps
Getting apps in org test / space diego-test as admin...
OK
name requested state instances memory disk urls
lattice-app started ?/1 1G 1G lattice-app.cfapps.hcp-dev04.aws.sapcloud.io
I know that it doesn't make sense to disable Diego for Docker apps, but can you still try to provide a better error message?
Thanks and Best Regards,
Jochen.
The text was updated successfully, but these errors were encountered:
Bump src/code.cloudfoundry.org/tps
dependabot[bot]:
Bump github.com/lib/pq from 1.10.7 to 1.10.9 (#28)
Bump code.cloudfoundry.org/lager/v3 from 3.0.1 to 3.0.2 (#25)
Bump github.com/cloudfoundry/dropsonde from 1.0.0 to 1.1.0 (#24)
Hi Diego developers,
when we push a Docker app to Diego and then call
cf disable-diego <appname>
, we get a confusing error message and the app status is inconsistent:The app is not listed in
cf diego-apps
any more, but still running. The status is inconsistent:I know that it doesn't make sense to disable Diego for Docker apps, but can you still try to provide a better error message?
Thanks and Best Regards,
Jochen.
The text was updated successfully, but these errors were encountered: