From 52d89aea2d2864d1f9ab467cf77df49852207016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Sch=C3=B6nleber?= Date: Mon, 8 Jul 2024 15:22:39 +0200 Subject: [PATCH 1/2] Add Note that informs the user about non injection for default namespaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jannis Schönleber --- 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..6bb9976f57 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. +{{< /note >}} + For more on ingress mode and why it's necessary, see [Ingress details](#ingress-details) below. From 8ad27ec38cd2556dd65b00f55af5ff2800db6e3c Mon Sep 17 00:00:00 2001 From: Flynn Date: Mon, 9 Sep 2024 15:45:58 -0400 Subject: [PATCH 2/2] Update linkerd.io/content/2.15/tasks/using-ingress.md Co-authored-by: William Morgan --- linkerd.io/content/2.15/tasks/using-ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkerd.io/content/2.15/tasks/using-ingress.md b/linkerd.io/content/2.15/tasks/using-ingress.md index 6bb9976f57..9dc4330594 100644 --- a/linkerd.io/content/2.15/tasks/using-ingress.md +++ b/linkerd.io/content/2.15/tasks/using-ingress.md @@ -63,7 +63,7 @@ fixed in 2.13.5, and was not present prior to 2.13.0. {{< 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. +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