From d004fcac05a024a4950d2cae2786c1ea69cc08f7 Mon Sep 17 00:00:00 2001 From: Roman Sokolkov Date: Fri, 18 May 2018 16:25:45 +0200 Subject: [PATCH] DOCS: Correct ssl-passthrough annotation description. --- docs/user-guide/nginx-configuration/annotations.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index 6bafc6cda8..2bdf2cc293 100644 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -368,10 +368,7 @@ The annotation `nginx.ingress.kubernetes.io/ssl-passthrough` allows to configure This is because SSL Passthrough works on level 4 of the OSI stack (TCP), not on the HTTP/HTTPS level. !!! attention - The use of this annotation requires the Proxy Protocol to be enabled in the front-end load-balancer. - For example enabling Proxy Protocol for AWS ELB is described [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html). - If you're using ingress-controller without load balancer then the flag - `--enable-ssl-passthrough` is required (by default it is disabled). + The use of this annotation requires the flag `--enable-ssl-passthrough` (By default it is disabled). ### Secure backends