Update azure_loadbalancer.md
fix typo incase -> in case selction -> selection
This commit is contained in:
@@ -40,7 +40,7 @@ Service Annotation for Auto and specific load balancer mode
|
|||||||
|
|
||||||
- getServiceLoadBalancer(service *v1.Service, clusterName string, nodes []*v1.Node, wantLb bool) (lb, status, exists, error)
|
- getServiceLoadBalancer(service *v1.Service, clusterName string, nodes []*v1.Node, wantLb bool) (lb, status, exists, error)
|
||||||
- gets the loadbalancer for the service if it already exists
|
- gets the loadbalancer for the service if it already exists
|
||||||
- If wantLb is TRUE then -it selects a new load balancer, the selction helps distribute the services across load balancers
|
- If wantLb is TRUE then -it selects a new load balancer, the selection helps distribute the services across load balancers
|
||||||
- In case the selected load balancer does not exists it returns network.LoadBalancer struct with added metadata (such as name, location) and existsLB set to FALSE
|
- In case the selected load balancer does not exists it returns network.LoadBalancer struct with added metadata (such as name, location) and existsLB set to FALSE
|
||||||
- By default - cluster default LB is returned
|
- By default - cluster default LB is returned
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user