From b6193c215b690dbb69898794686d0722805354dd Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:50:49 +0100 Subject: [PATCH] Link to other ways to preserve the source IP --- docs/deploy/baremetal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploy/baremetal.md b/docs/deploy/baremetal.md index dd1cd46b0..473fa9d60 100644 --- a/docs/deploy/baremetal.md +++ b/docs/deploy/baremetal.md @@ -191,6 +191,8 @@ field of the `ingress-nginx` Service spec to `Local` ([example][preserve-ip]). Requests sent to `host-2` and `host-3` would be forwarded to NGINX and original client's IP would be preserved, while requests to `host-1` would get dropped because there is no NGINX replica running on that node. +Other ways to preserve the source IP in a NodePort setup are described here: [Source IP address](https://kubernetes.github.io/ingress-nginx/user-guide/miscellaneous/#source-ip-address). + ### Ingress status Because NodePort Services do not get a LoadBalancerIP assigned by definition, the Ingress-Nginx Controller **does not