From b70f5ed23097f1499d097da16ca803af37331e11 Mon Sep 17 00:00:00 2001 From: Chris Kim Date: Fri, 8 Feb 2019 11:40:17 -0800 Subject: [PATCH] Clarifying NLB documentation to explain the choice difference between internal/internet-facing for the NLB --- .../v2.x/en/installation/ha/create-nodes-lb/nlb/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/create-nodes-lb/nlb/_index.md b/content/rancher/v2.x/en/installation/ha/create-nodes-lb/nlb/_index.md index ac7a95e5462..b5d4f4fcdf7 100644 --- a/content/rancher/v2.x/en/installation/ha/create-nodes-lb/nlb/_index.md +++ b/content/rancher/v2.x/en/installation/ha/create-nodes-lb/nlb/_index.md @@ -133,7 +133,9 @@ Use Amazon's Wizard to create an Network Load Balancer. As part of this process, - **Basic Configuration** - Name: `rancher` - - Scheme: `internet-facing` + - Scheme: `internal` or `internet-facing` + + The Scheme that you choose for your NLB is dependent on the configuration of your instances/VPC. If your instances do not have public IPs associated with them, or you will only be accessing Rancher internally, you should set your NLB Scheme to `internal` rather than `internet-facing`. - **Listeners** Add the **Load Balancer Protocols** and **Load Balancer Ports** below.