Skip to content

Commit

Permalink
Add Note that informs the user about non injection for default namesp…
Browse files Browse the repository at this point in the history
…aces (#1801)

* Add Note that informs the user about non injection for default
namespaces

Signed-off-by: Jannis Schönleber <[email protected]>

* Update linkerd.io/content/2.15/tasks/using-ingress.md

Co-authored-by: William Morgan <[email protected]>

---------

Signed-off-by: Jannis Schönleber <[email protected]>
Co-authored-by: Flynn <[email protected]>
Co-authored-by: William Morgan <[email protected]>
  • Loading branch information
3 people committed Sep 9, 2024
1 parent 26acc99 commit aa9451c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linkerd.io/content/2.15/tasks/using-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit aa9451c

Please sign in to comment.