Skip to content

Commit d758c5a

Browse files
authored
Merge pull request #81170 from jldohmann/OSDOCS-11366
OSDOCS-11366: update haproxy link
2 parents 4c9a4ef + d4806d5 commit d758c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-ingress-controller-configuration-proxy-protocol.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="nw-ingress-controller-configuration-proxy-protocol_{context}"]
77
= Configuring the PROXY protocol for an Ingress Controller
88

9-
A cluster administrator can configure link:https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt[the PROXY protocol] when an Ingress Controller uses either the `HostNetwork`, `NodePortService`, or `Private` endpoint publishing strategy types. The PROXY protocol enables the load balancer to preserve the original client addresses for connections that the Ingress Controller receives. The original client addresses are useful for logging, filtering, and injecting HTTP headers. In the default configuration, the connections that the Ingress Controller receives only contain the source address that is associated with the load balancer.
9+
A cluster administrator can configure link:https://www.haproxy.org/download/2.8/doc/proxy-protocol.txt[the PROXY protocol] when an Ingress Controller uses either the `HostNetwork`, `NodePortService`, or `Private` endpoint publishing strategy types. The PROXY protocol enables the load balancer to preserve the original client addresses for connections that the Ingress Controller receives. The original client addresses are useful for logging, filtering, and injecting HTTP headers. In the default configuration, the connections that the Ingress Controller receives only contain the source address that is associated with the load balancer.
1010

1111
[WARNING]
1212
====

0 commit comments

Comments
 (0)