Currently when a call to the controller fails we simply just output the response code and the actual error message.To know the actual reason for error we need to look at the controller logs.Instead builder should show the error message sent by the controller.
If You Are Reporting a Bug
If you're reporting a bug, please provide a detailed description of the problem.
Replication Steps
Please provide a detailed list of steps to reproduce it.
Create a Deis Cluster
Register a default proc type docker file app by not exposing any port
build hook of controller fails and the returns an error.
builder just shows the response code instead of the error
Summary
Currently when a call to the controller fails we simply just output the response code and the actual error message.To know the actual reason for error we need to look at the controller logs.Instead builder should show the error message sent by the controller.
If You Are Reporting a Bug
If you're reporting a bug, please provide a detailed description of the problem.
Replication Steps
Please provide a detailed list of steps to reproduce it.
If You Are Submitting a Feature Request
Everything Else
Related Issues