Add note about ingress class annotation
This commit is contained in:
parent
8896412b43
commit
89f944409b
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
- 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.
|
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:*
|
*New Features:*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue