Skip to content

Commit

Permalink
update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Oct 17, 2024
1 parent a49f020 commit 0584657
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions kubernetes/ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].

0 comments on commit 0584657

Please sign in to comment.