From 89f944409b3a6d148e559d2b3ea552d41e5ea591 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Tue, 28 Nov 2017 14:14:44 -0300 Subject: [PATCH] Add note about ingress class annotation --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 5c166412e..19de9f40a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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:*