Skip to content

Commit fc81979

Browse files
author
Matthew Fisher
committed
feat(installing-workflow): add ELB install notes
Many users have missed this step, causing errors to pop up when pushing to their cluster. This makes it so it is more apparent that this is an important step in the setup process.
1 parent 0f715f8 commit fc81979

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,17 @@ $ 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

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

0 commit comments

Comments
 (0)