Add ingress.class support to HAProxy Ingress

This commit is contained in:
Joao Morais 2017-08-27 21:48:02 -03:00
parent 9e7c542519
commit 4b73cc6d0c
9 changed files with 12 additions and 30 deletions

View file

@ -5,10 +5,10 @@ for instructions on how to create a new one.
## Prerequisites
This ingress controller doesn't yet have support for
[ingress classes](/examples/PREREQUISITES.md#ingress-class). You MUST turn
down any existing ingress controllers before running HAProxy Ingress controller or
they will fight for Ingresses. This includes any cloudprovider controller.
If you have another Ingress controller deployed, you will need to make sure your
Ingress resources target exactly one Ingress controller by specifying the
[ingress.class](/examples/PREREQUISITES.md#ingress-class) annotation as
`haproxy`.
This document has also the following prerequisites: