fix: log warning if empty ingress class is monitored. Improve docs related to --ingress-class
This commit is contained in:
parent
4ad97afdb3
commit
903e511b9d
3 changed files with 6 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ They are set in the container spec of the `nginx-ingress-controller` Deployment
|
|||
| `--healthz-port` | Port to use for the healthz endpoint. (default 10254) |
|
||||
| `--http-port` | Port to use for servicing HTTP traffic. (default 80) |
|
||||
| `--https-port` | Port to use for servicing HTTPS traffic. (default 443) |
|
||||
| `--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 it will handle ingresses with either an empty or "nginx" class name. |
|
||||
| `--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. |
|
||||
| `--kubeconfig` | Path to a kubeconfig file containing authorization and API server information. |
|
||||
| `--log_backtrace_at` | when logging hits line file:N, emit a stack trace (default :0) |
|
||||
| `--log_dir` | If non-empty, write log files in this directory |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue