From 18e2376fccc4b1c09b27e253aa71dbda232432d0 Mon Sep 17 00:00:00 2001 From: Rajakavitha1 <37059749+Rajakavitha1@users.noreply.github.com> Date: Thu, 20 Dec 2018 07:33:25 +0530 Subject: [PATCH] Update cloud-providers.md (#11815) Update the definition of monitor-delay and monitor-timeout as a fix for: https://github.com/kubernetes/website/issues/11217 --- .../concepts/cluster-administration/cloud-providers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/cloud-providers.md b/content/en/docs/concepts/cluster-administration/cloud-providers.md index 4f868a62ca..68099874c8 100644 --- a/content/en/docs/concepts/cluster-administration/cloud-providers.md +++ b/content/en/docs/concepts/cluster-administration/cloud-providers.md @@ -251,11 +251,11 @@ file: monitor for the Neutron load balancer. Valid values are `true` and `false`. The default is `false`. When `true` is specified then `monitor-delay`, `monitor-timeout`, and `monitor-max-retries` must also be set. -* `monitor-delay` (Optional): The time, in seconds, between sending probes to - members of the load balancer. -* `monitor-timeout` (Optional): Maximum number of seconds for a monitor to wait +* `monitor-delay` (Optional): The time between sending probes to + members of the load balancer. Ensure that you specify a valid time unit. The valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h" +* `monitor-timeout` (Optional): Maximum time for a monitor to wait for a ping reply before it times out. The value must be less than the delay - value. + value. Ensure that you specify a valid time unit. The valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h" * `monitor-max-retries` (Optional): Number of permissible ping failures before changing the load balancer member's status to INACTIVE. Must be a number between 1 and 10.