From 0584657cc9f2168da34dc3180abc30106fb863df Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Thu, 17 Oct 2024 12:19:15 +0100 Subject: [PATCH] update based on feedback --- cli/index.adoc | 2 ++ kubernetes/ingress.adoc | 1 + 2 files changed, 3 insertions(+) diff --git a/cli/index.adoc b/cli/index.adoc index 916d1ec..ce471ac 100644 --- a/cli/index.adoc +++ b/cli/index.adoc @@ -452,6 +452,8 @@ include::./single-logical-service.adoc[leveloffset=0] include::./protocols.adoc[leveloffset=0] +include::../kubernetes/ingress.adoc[leveloffset=1] + // Type: reference [id="cli-global-options"] == CLI options diff --git a/kubernetes/ingress.adoc b/kubernetes/ingress.adoc index ffbb8c7..b3f4a81 100644 --- a/kubernetes/ingress.adoc +++ b/kubernetes/ingress.adoc @@ -34,3 +34,4 @@ data: If the default ingress is not suitable, an alternative is `nginx-ingress-v1`. Nginx uses Server Name Indication (SNI) to identify connection targets, which eliminates the need for assigning separate IP addresses as required by `loadbalancer`. +NOTE: When using `nginx-ingress-v1` you must enable SSL Passthrough as described in link:https://kubernetes.github.io/ingress-nginx/user-guide/tls/#ssl-passthrough[Ingress-Nginx Controller documentation].