Skip to content

Commit

Permalink
Merge pull request #37 from cpuguy83/lb_idle_timeout_docs
Browse files Browse the repository at this point in the history
Add docs for LB idle timeouts
  • Loading branch information
k8s-ci-robot authored Jul 16, 2018
2 parents caeedfa + 62aba3c commit 52ab322
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 52ab322

Please sign in to comment.