mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Update azure_loadbalancer.md
fix typo incase -> in case selction -> selection
This commit is contained in:
parent
30f54b4028
commit
953cbb11a1
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user