Add note about HA and load balancers (#4671)

This commit is contained in:
Jim Galasyn 2017-09-19 13:54:15 -07:00 committed by GitHub
parent a88626b6d4
commit fa2b58f766
4 changed files with 23 additions and 0 deletions

View File

@ -76,6 +76,11 @@ or port number.
* Use the same load balancer with multiple virtual IPs.
* Configure your load balancer to expose UCP or DTR on a port other than 443.
If you want to install UCP in a high-availability configuration that uses
a load balancer in front of your UCP controllers, include the appropriate IP
address and fully qualified domain name of the load balancer's VIP by using
one or more `--san` flags in the [install command](../reference/install.md)
or when you're asked for additional SANs in interactive mode.
## Using external CAs

View File

@ -74,6 +74,11 @@ or port number.
* Use the same load balancer with multiple virtual IPs.
* Configure your load balancer to expose UCP or DTR on a port other than 443.
If you want to install UCP in a high-availability configuration that uses
a load balancer in front of your UCP controllers, include the appropriate IP
address and fully qualified domain name of the load balancer's VIP by using
one or more `--san` flags in the [install command](../../reference/cli/install.md)
or when you're asked for additional SANs in interactive mode.
## Using external CAs

View File

@ -73,6 +73,12 @@ or port number.
* Use the same load balancer with multiple virtual IPs.
* Configure your load balancer to expose UCP or DTR on a port other than 443.
If you want to install UCP in a high-availability configuration that uses
a load balancer in front of your UCP controllers, include the appropriate IP
address and fully qualified domain name of the load balancer's VIP by using
one or more `--san` flags in the [install command](../../../reference/cli/install.md)
or when you're asked for additional SANs in interactive mode.
[Learn about high availability](../configure/set-up-high-availability.md).
## Using external CAs

View File

@ -69,6 +69,13 @@ address or port number.
* Use the same load balancer with multiple virtual IPs.
* Configure your load balancer to expose UCP or DTR on a port other than 443.
If you want to install UCP in a high-availability configuration that uses
a load balancer in front of your UCP controllers, include the appropriate IP
address and fully qualified domain name of the load balancer's VIP by using
one or more `--san` flags in the [install command](../../../reference/cli/install.md)
or when you're asked for additional SANs in interactive mode.
[Learn about high availability](../configure/set-up-high-availability.md).
## Use an external Certificate Authority
You can customize UCP to use certificates signed by an external Certificate