Skip to content

Commit 573e7fb

Browse files
author
Matthew Fisher
committed
Merge pull request #174 from bacongobbler/configuring-load-balancers
feat(installing-workflow): add ELB install notes
2 parents 0f715f8 + ad75a19 commit 573e7fb

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/installing-workflow/installing-deis-workflow.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,16 @@ $ kubectl get pods --namespace=deis -w
6565

6666
Once you see all of the pods in the `READY` state, Deis Workflow is up and running!
6767

68+
## Configure your Load Balancer
69+
70+
After installing Workflow on your cluster, you'll need to [configure your load balancer][lb].
71+
Following this step is especially important on AWS because the default idle timeout for connections
72+
on the Elastic Load Balancer is too low for the [Builder][] to finish a `git push` operation.
73+
6874
Next, [configure dns][] so you can register your first user.
6975

70-
[helm]: http://helm.sh
71-
[using deis]: ../using-workflow/deploying-an-application.md
76+
77+
[builder]: ../understanding-workflow/components.md#builder-builder-slugbuilder-and-dockerbuilder
7278
[configure dns]: ../managing-workflow/configuring-dns.md
79+
[helm]: http://helm.sh
80+
[lb]: ../managing-workflow/configuring-load-balancers.md

0 commit comments

Comments
 (0)