deis / workflow

The open source PaaS for Kubernetes.
https://deis.com/workflow/
MIT License
1.3k stars 180 forks source link

Document increasing idle timeout for Azure Load Balancer #753

Open sheerun opened 7 years ago

sheerun commented 7 years ago

Hey,

By default Azure's Load Balancer timeout (used by ACS) is 4 minutes: https://azure.microsoft.com/en-us/blog/new-configurable-idle-timeout-for-azure-load-balancer/

It turns out it's too low for decent deis build. I think you could document this at https://deis.com/docs/workflow/managing-workflow/configuring-load-balancers/

sheerun commented 7 years ago

In the meantime I've also posted an issue to acs-engine: https://github.com/Azure/acs-engine/issues/365

sheerun commented 7 years ago

Now that I increased Load Balancer Timeout to 15 minutes, it seems the issue is somewhere else, as pushes timeout at 10 minutes as so:

fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
git push deis master  1.24s user 0.59s system 0% cpu 10:00.55 total

any idea what else can timeout? :(

chriszs commented 7 years ago

@sheerun this may be something: https://github.com/deis/workflow/issues/515#issuecomment-250674882

miracle2k commented 7 years ago

I am running on Azure too. Never had a problem at 4 minutes, which doesn't surprise me, since the streaming log wasn't really idle. Now, the remote hangs up after 10m.

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/workflow#30