From 8f93b9847db7163e0bc7fa2b93386673464a1f49 Mon Sep 17 00:00:00 2001 From: crystaljade Date: Fri, 2 Nov 2018 13:48:00 +0800 Subject: [PATCH] Update cli-arguments.md --- docs/user-guide/cli-arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/cli-arguments.md b/docs/user-guide/cli-arguments.md index a11603911..aa273061a 100644 --- a/docs/user-guide/cli-arguments.md +++ b/docs/user-guide/cli-arguments.md @@ -19,7 +19,7 @@ They are set in the container spec of the `nginx-ingress-controller` Deployment | `--enable-ssl-passthrough` | Enable SSL Passthrough. | | `--force-namespace-isolation` | Force namespace isolation. Prevents Ingress objects from referencing Secrets and ConfigMaps located in a different namespace than their own. May be used together with watch-namespace. | | `--health-check-path string` | URL path of the health check endpoint. Configured inside the NGINX status server. All requests received on the port defined by the healthz-port parameter are forwarded internally to this path. (default "/healthz") | -| `--health-check-timeout duration` | Time limit, in seconds, for a probe to health-check-path to succeed. | +| `--health-check-timeout duration` | Time limit, in seconds, for a probe to health-check-path to succeed. (default 10) | | `--healthz-port int` | Port to use for the healthz endpoint. (default 10254) | | `--http-port int` | Port to use for servicing HTTP traffic. (default 80) | | `--https-port int` | Port to use for servicing HTTPS traffic. (default 443) |