mirror of https://github.com/docker/docs.git
Remove /load_balancer_status from DTR
This commit is contained in:
parent
4a1920596f
commit
eaeef2addc
|
@ -34,9 +34,6 @@ is healthy or not:
|
|||
* `/health`: Checks if the several components of a DTR replica are healthy, and
|
||||
returns a simple json response. This is useful for load balancing or other
|
||||
automated health check tasks.
|
||||
* `/load_balancer_status`: Checks if the several components of a DTR replica
|
||||
can be reached, and displays that information in a table. This is useful for
|
||||
an administrator to gauge the status of a DTR replica.
|
||||
* `/nginx_status`: Returns the number of connections being handled by the
|
||||
NGINX front-end used by DTR.
|
||||
* `/api/v0/meta/cluster_status`: Returns extensive information about all DTR
|
||||
|
|
|
@ -45,6 +45,11 @@ created
|
|||
* The garbage collection settings now show the correct cron values
|
||||
* You can now specify DTR to use port 443 when installing DTR
|
||||
|
||||
**Deprecation**
|
||||
|
||||
The `/load_balancer_status` is deprecated and is going to be removed in future
|
||||
versions. Use the `/health` endpoint instead.
|
||||
|
||||
**Known issues**
|
||||
|
||||
* When viewing the result of a security scan, clicking on a layer sometimes
|
||||
|
|
Loading…
Reference in New Issue