You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/cli-arguments.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ They are set in the container spec of the `ingress-nginx-controller` Deployment
30
30
|`--https-port`| Port to use for servicing HTTPS traffic. (default 443) |
31
31
|`--ingress-class`| Name of the ingress class this controller satisfies. The class of an Ingress object is set using the field IngressClassName in Kubernetes clusters version v1.18.0 or higher or the annotation "kubernetes.io/ingress.class" (deprecated). If this parameter is not set, or set to the default value of "nginx", it will handle ingresses with either an empty or "nginx" class name. |
32
32
|`--ingress-class-by-name`| Define if Ingress Controller should watch for Ingress Class by Name together with Controller Class. (default false) |
33
+
|`--internal-logger-address`| Define the internal logger address to use when chroot images is used. (default 127.0.0.1:11514) |
33
34
|`--kubeconfig`| Path to a kubeconfig file containing authorization and API server information. |
34
35
|`--log_backtrace_at`| when logging hits line file:N, emit a stack trace (default :0) |
35
36
|`--log_dir`| If non-empty, write log files in this directory |
0 commit comments