Merge pull request #1762 from aledbf/master

Add note about ingress class annotation
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-11-28 14:15:40 -03:00 committed by GitHub
commit 9e189b4eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
- The NGINX ingress annotations contains a new prefix: **nginx.ingress.kubernetes.io**. This change is behind a flag to avoid breaking running deployments.
To avoid breaking a running NGINX ingress controller add the flag **--annotations-prefix=ingress.kubernetes.io** to the nginx ingress controller deployment.
There is one exception, the annotation `kubernetes.io/ingress.class` remains unchanged (this annotation is used in multiple ingress controllers)
*New Features:*