Add a note about Ingress Backend Resource support
This commit is contained in:
parent
aac8bc69ad
commit
917771739e
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ description: "Understand the requirements, routing configuration, and how to set
|
||||||
The Traefik Kubernetes Ingress provider is a Kubernetes Ingress controller; i.e,
|
The Traefik Kubernetes Ingress provider is a Kubernetes Ingress controller; i.e,
|
||||||
it manages access to cluster services by supporting the [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) specification.
|
it manages access to cluster services by supporting the [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) specification.
|
||||||
|
|
||||||
|
??? warning "Ingress Backend Resource not supported"
|
||||||
|
|
||||||
|
Referencing backend service endpoints using [`spec.rules.http.paths.backend.resource`](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressBackend) is not supported.
|
||||||
|
Use `spec.rules.http.paths.backend.service` instead.
|
||||||
|
|
||||||
## Configuration Example
|
## Configuration Example
|
||||||
|
|
||||||
You can enable the `kubernetesIngress` provider as detailed below:
|
You can enable the `kubernetesIngress` provider as detailed below:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue