Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update documentation for -ingress-class #4542

Merged
merged 7 commits into from
Oct 19, 2023
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,8 @@ Sets the URI of health status location in the default server. Requires [-health-

### -ingress-class `<string>`

A class of the Ingress Controller.

A corresponding IngressClass resource with the name equal to the class must be deployed. Otherwise, the Ingress Controller will fail to start.
The Ingress Controller only processes resources that belong to its class - i.e. have the `ingressClassName` field resource equal to the class.

The Ingress Controller processes all the resources that do not have the `ingressClassName` field.
This argument refers to the name of resource `kind: IngressClass`. An IngressClass resource with the name equal to the class must be deployed. Otherwise, the Ingress Controller will fail to start.
vepatel marked this conversation as resolved.
Show resolved Hide resolved
The Ingress Controller will process Ingress resources that belong to its class i.e. have the `ingressClassName` field equal to the value of `-ingress-class` and skip the ones without it, but processes all the VirtualServer/VirtualServerRoute/TransportServer resources that do not have the `ingressClassName` field.
vepatel marked this conversation as resolved.
Show resolved Hide resolved

Default `nginx`.
&nbsp;
Expand Down
Loading