From 6343cf835577deb297d29f39765664e9034ffa64 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 19 Apr 2018 15:42:33 -0700 Subject: [PATCH] Add new LB port for UCP --- ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md b/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md index 346945c78b..670d0d578e 100644 --- a/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md +++ b/ee/ucp/admin/configure/join-nodes/use-a-load-balancer.md @@ -18,8 +18,8 @@ requests to that node, so that the failure goes unnoticed by users. Since Docker UCP uses mutual TLS, make sure you configure your load balancer to: -* Load-balance TCP traffic on port 443, -* Not terminate HTTPS connections, +* Load-balance TCP traffic on ports `443` and `6443`. +* Not terminate HTTPS connections. * Use the `/_ping` endpoint on each manager node, to check if the node is healthy and if it should remain on the load balancing pool or not.