From fb745c1e6d0b11091abc23e66793e09e58a91f81 Mon Sep 17 00:00:00 2001 From: DongHo Jung Date: Tue, 23 Sep 2025 21:52:17 +0900 Subject: [PATCH] Docs: Update link to Kubernetes controller documentation. (#13946) --- docs/how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-it-works.md b/docs/how-it-works.md index 161803210..7065f3cc6 100644 --- a/docs/how-it-works.md +++ b/docs/how-it-works.md @@ -64,7 +64,7 @@ To prevent this situation to happen, the Ingress-Nginx Controller optionally exp This webhook appends the incoming ingress objects to the list of ingresses, generates the configuration and calls nginx to ensure the configuration has no syntax errors. [0]: https://github.com/openresty/lua-nginx-module/pull/1259 -[1]: https://coreos.com/kubernetes/docs/latest/replication-controller.html#the-reconciliation-loop-in-detail +[1]: https://kubernetes.io/docs/concepts/architecture/controller/#controller-pattern [2]: https://godoc.org/k8s.io/client-go/informers#NewFilteredSharedInformerFactory [3]: https://godoc.org/k8s.io/client-go/tools/cache#ResourceEventHandlerFuncs [4]: https://github.com/kubernetes/ingress-nginx/blob/main/internal/task/queue.go#L38