From e84079eedfdbf82407ec4ce4d6ff38a097e225e6 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Fri, 5 Apr 2019 03:03:20 +0530 Subject: [PATCH] Fix typo (#13624) Associated with #13623 --- .../en/docs/concepts/cluster-administration/cloud-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index e468092d01..4abb5341ba 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -240,7 +240,7 @@ file: respective network to get its subnets. * `floating-network-id` (Optional): If specified, will create a floating IP for 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 `ROUND_ROBIN`, `LEAST_CONNECTIONS`, or `SOURCE_IP`. The default behavior if none is specified is `ROUND_ROBIN`.