Skip to content

Commit 722795b

Browse files
author
Vaughn Dice
authored
docs(configuring-load-balancers.md): mention forthcoming default (#768)
Ref deis/router#327
1 parent 2269596 commit 722795b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/managing-workflow/configuring-load-balancers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Depending on what distribution of Kubernetes you use and where you host it, inst
66

77
If a load balancer such as the one described above does exist (whether created automatically or manually) and if you intend on handling any long-running requests, the load balancer (or similar) may require some manual configuration to increase the idle connection timeout. Typically, this is most applicable to AWS and Elastic Load Balancers, but may apply in other cases as well. It does not apply to Google Container Engine, as the idle connection timeout cannot be configured there, but also works as-is.
88

9-
If, for instance, Deis Workflow were installed on kube-aws, this timeout should be increased to a recommended value of 1200 seconds. This will ensure the load balancer does not hang up on the client during long-running operations like an application deployment.
9+
If, for instance, Deis Workflow were installed on kube-aws, this timeout should be increased to a recommended value of 1200 seconds. This will ensure the load balancer does not hang up on the client during long-running operations like an application deployment. The AWS-specific annotation below will be included by default in the router service starting in Workflow v2.13.0.
1010

11-
If you are running Kubernetes v1.4 or later, you should configure the idle timeout using this service annotation:
11+
If you are running Kubernetes v1.4 or later but a Workflow version earlier than v2.13.0, you should configure the idle timeout using this service annotation:
1212

1313
```
1414
$ kubectl --namespace=deis annotate service/deis-router service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout=1200

0 commit comments

Comments
 (0)