teamhephy / workflow

Hephy Workflow - An open source fork of Deis Workflow - The open source PaaS for Kubernetes.
MIT License
413 stars 36 forks source link

Document increasing idle timeout for Azure Load Balancer #30

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @sheerun on March 6, 2017 19:5

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/

Copied from original issue: deis/workflow#753

Cryptophobia commented 6 years ago

From @sheerun on March 6, 2017 19:9

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

Cryptophobia commented 6 years ago

From @sheerun on March 6, 2017 20:32

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? :(

Cryptophobia commented 6 years ago

From @chriszs on April 23, 2017 4:47

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

Cryptophobia commented 6 years ago

From @miracle2k on May 9, 2017 7:23

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.