Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

Output kubernetes error to controller log when app deploy fails #816

@dmcnaught

Description

@dmcnaught

Reproduce:
Port is not set correctly on docker image app from private registry (quay)
deis pull ...

Eg output in controller pod log
ERROR [hdf-json-api]: hdf-json-api-v3-cmd (app::deploy): Could not scale hdf-json-api-v3-cmd to 1. Deleting and going back to old release

raise KubeException(
'Could not scale {} to {}. '
'Deleting and going back to old release'.format(
new_rc["metadata"]["name"], desired
)
) from e

cc @helgi

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions