Skip to content

Commit

Permalink
Add docs for LB idle timeouts
Browse files Browse the repository at this point in the history
Docs are for kubernetes/kubernetes@5556949

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Jul 13, 2018
1 parent caeedfa commit 62aba3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/development-loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ By default primary load balancer is selected. Services can be annotated to allow
Reference: https://docs.microsoft.com/en-us/azure/virtual-network/security-overview#service-tags
1. Load balancer TCP idle timeout
```
metadata:
name: my-service
annotations:
service.beta.kubernetes.io/azure-load-balancer-tcp-idle-timeout: ""
```
Value type: string
Description: Specify the time, in minutes, for TCP connection idle timeouts to occur on the load balancer. Default and minimum value is 4. Maximum value is 30. Must be a whole number.
## Introduce Functions
- reconcileLoadBalancer(clusterName string, service *v1.Service, nodes []*v1.Node, wantLb bool) (*network.LoadBalancer, error)
Expand Down

0 comments on commit 62aba3c

Please sign in to comment.