Add new LB port for UCP

This commit is contained in:
Joao Fernandes 2018-04-19 15:42:33 -07:00 committed by Joao Fernandes
parent 120c1c1f23
commit 6343cf8355
1 changed files with 2 additions and 2 deletions

View File

@ -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.