From aa9451c490fb000dba464992d55de88b258a12bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Sch=C3=B6nleber?= Date: Mon, 9 Sep 2024 22:04:26 +0200 Subject: [PATCH] Add Note that informs the user about non injection for default namespaces (#1801) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Note that informs the user about non injection for default namespaces Signed-off-by: Jannis Schönleber * Update linkerd.io/content/2.15/tasks/using-ingress.md Co-authored-by: William Morgan --------- Signed-off-by: Jannis Schönleber Co-authored-by: Flynn Co-authored-by: William Morgan --- linkerd.io/content/2.15/tasks/using-ingress.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linkerd.io/content/2.15/tasks/using-ingress.md b/linkerd.io/content/2.15/tasks/using-ingress.md index 8f96da0e34..9dc4330594 100644 --- a/linkerd.io/content/2.15/tasks/using-ingress.md +++ b/linkerd.io/content/2.15/tasks/using-ingress.md @@ -61,6 +61,11 @@ header was *required* in ingress mode, or the request would fail. This bug was fixed in 2.13.5, and was not present prior to 2.13.0. {{< /note >}} +{{< note >}} +Be sure to not deploy the ingress controller in the `kube-system` or `cert-manager` +namespace, as Linkerd [ignores these namespaces by default for injection](https://linkerd.io/2.15/features/proxy-injection/#exclusions). +{{< /note >}} + For more on ingress mode and why it's necessary, see [Ingress details](#ingress-details) below.