Add NLB Disclaimer

Add disclaimer that we do not support NLB terminating TLS connections
This commit is contained in:
Chris Kim
2019-09-06 11:08:45 -07:00
committed by Denise
parent 4bb7aa6c76
commit fa5973a4c4

View File

@@ -18,6 +18,7 @@ Configuring an Amazon NLB is a multistage process. We've broken it down into mul
Use Amazon's Wizard to create an Network Load Balancer. As part of this process, you'll add the target groups you created in **1. Create Target Groups**.
> **Note:** Rancher only supports using the Amazon NLB when terminating traffic in `tcp` mode for port 443 rather than `tls` mode. This is due to the fact that the NLB does not inject the correct headers into requests when terminated at the NLB. This means that if you want to use certificates managed by the Amazon Certificate Manager (ACM), you should use an ELB or ALB.
## Create Target Groups