Skip to content

Commit 63edd3b

Browse files
authored
Document internal-logger-address cli arg (#8873)
Signed-off-by: Edvin Norling <[email protected]> Signed-off-by: Edvin Norling <[email protected]>
1 parent cad575e commit 63edd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user-guide/cli-arguments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ They are set in the container spec of the `ingress-nginx-controller` Deployment
3030
| `--https-port` | Port to use for servicing HTTPS traffic. (default 443) |
3131
| `--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. |
3232
| `--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) |
3334
| `--kubeconfig` | Path to a kubeconfig file containing authorization and API server information. |
3435
| `--log_backtrace_at` | when logging hits line file:N, emit a stack trace (default :0) |
3536
| `--log_dir` | If non-empty, write log files in this directory |

0 commit comments

Comments
 (0)