From 5f988e0d67ff70f5c68654b853af2310f1697736 Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Sat, 12 Apr 2025 05:40:41 -0700 Subject: [PATCH] Docs: Fix link in installation instructions. (#13192) Co-authored-by: lemeurherveCB <137290663+lemeurherveCB@users.noreply.github.com> --- docs/deploy/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index d04100015..f01e0edc0 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -434,9 +434,7 @@ By default, the controller watches Ingress objects from all namespaces. If you w use the flag `--watch-namespace` or check the Helm chart value `controller.scope` to limit the controller to a single namespace. Although the use of this flag is not popular, one important fact to note is that the secret containing the default-ssl-certificate needs to also be present in the watched namespace(s). -See also -[“How to easily install multiple instances of the Ingress NGINX controller in the same cluster”](https://kubernetes.github.io/ingress-nginx/#how-to-easily-install-multiple-instances-of-the-ingress-nginx-controller-in-the-same-cluster) -for more details. +See also [“How to install multiple Ingress controllers in the same cluster”](https://kubernetes.github.io/ingress-nginx/user-guide/multiple-ingress/) for more details. ### Webhook network access