Associated with #13623
This commit is contained in:
Shashank Patel
2019-04-05 03:03:20 +05:30
committed by Kubernetes Prow Robot
parent a7427a627a
commit e84079eedf
@@ -240,7 +240,7 @@ file:
respective network to get its subnets. respective network to get its subnets.
* `floating-network-id` (Optional): If specified, will create a floating IP for * `floating-network-id` (Optional): If specified, will create a floating IP for
the load balancer. the load balancer.
* `lb-method` (Optional): Used to specify algorithm by which load will be * `lb-method` (Optional): Used to specify an algorithm by which load will be
distributed amongst members of the load balancer pool. The value can be distributed amongst members of the load balancer pool. The value can be
`ROUND_ROBIN`, `LEAST_CONNECTIONS`, or `SOURCE_IP`. The default behavior if `ROUND_ROBIN`, `LEAST_CONNECTIONS`, or `SOURCE_IP`. The default behavior if
none is specified is `ROUND_ROBIN`. none is specified is `ROUND_ROBIN`.