From 6b78d77afee4453c1923b48aaf2ee4141fd3a840 Mon Sep 17 00:00:00 2001 From: Ashley Hardin Date: Fri, 22 Apr 2022 14:41:07 -0400 Subject: [PATCH] NE-709, update router default to random balancing algorithm --- modules/nw-route-specific-annotations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nw-route-specific-annotations.adoc b/modules/nw-route-specific-annotations.adoc index b0d62bce299b..24d4b645f282 100644 --- a/modules/nw-route-specific-annotations.adoc +++ b/modules/nw-route-specific-annotations.adoc @@ -19,7 +19,7 @@ To create a whitelist with multiple source IPs or subnets, use a space-delimited [cols="3*", options="header"] |=== |Variable | Description | Environment variable used as default -|`haproxy.router.openshift.io/balance`| Sets the load-balancing algorithm. Available options are `random`, `source`, `roundrobin`, and `leastconn`. The default value is `leastconn`.| `ROUTER_TCP_BALANCE_SCHEME` for passthrough routes. Otherwise, use `ROUTER_LOAD_BALANCE_ALGORITHM`. +|`haproxy.router.openshift.io/balance`| Sets the load-balancing algorithm. Available options are `random`, `source`, `roundrobin`, and `leastconn`. The default value is `random`.| `ROUTER_TCP_BALANCE_SCHEME` for passthrough routes. Otherwise, use `ROUTER_LOAD_BALANCE_ALGORITHM`. |`haproxy.router.openshift.io/disable_cookies`| Disables the use of cookies to track related connections. If set to `'true'` or `'TRUE'`, the balance algorithm is used to choose which back-end serves connections for each incoming HTTP request. | |`router.openshift.io/cookie_name`| Specifies an optional cookie to use for this route. The name must consist of any combination of upper and lower case letters, digits, "_",