Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deis pull should be more informative in error cases #45

Open
Cryptophobia opened this issue Mar 20, 2018 · 2 comments
Open

deis pull should be more informative in error cases #45

Cryptophobia opened this issue Mar 20, 2018 · 2 comments

Comments

@Cryptophobia
Copy link
Member

From @rimusz on November 14, 2016 15:35

I was deploying the go app, which was missing set env var and deis pull just gave such strange
error:

Creating build... Error: Post https://deis.staging.clearbit.io/v2/apps/logo/builds/: EOF

deis logs did not show that in more details too. I only was able to get more detailed app log via kubectl log

The same stands for release with curl via API, very informative error message:

curl: (52) Empty reply from server

Copied from original issue: deis/controller#1139

@Cryptophobia
Copy link
Member Author

From @bacongobbler on November 14, 2016 15:50

An empty reply from the server usually means the load balancer closed the connection. We can make the cli handle this error and attempt to provide help but otherwise the error itself is not something we can control.

@Cryptophobia
Copy link
Member Author

From @rimusz on November 14, 2016 16:0

that would be better than nothing, I might switch to using deis cli in CD pipelines then

duanhongyi added a commit to duanhongyi/controller that referenced this issue Nov 26, 2021
…go-2.2.18

chore(deps): bump django from 2.2.14 to 2.2.18 in /rootfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant