06ce4777c3
Load balancers with multiple listeners, running on an amphora image with HAProxy 1.8 or newer can experience excessive memory usage that may lead to an ERROR provisioning_status. This patch resolves this issue by consolidating the listeners into a single haproxy process inside the amphora. Story: 2005412 Task: 34744 Co-Authored-By: Adam Harwell <flux.adam@gmail.com> Change-Id: Idaccbcfa0126f1e26fbb3ad770c65c9266cfad5b
12 lines
402 B
YAML
12 lines
402 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
A new amphora image is required to resolve the amphora memory issues when
|
|
a load balancer has multiple listeners and the amphora image uses
|
|
haproxy 1.8 or newer.
|
|
fixes:
|
|
- |
|
|
Fixed an issue with load balancers that have multiple listeners when using
|
|
an amphora image that contains HAProxy 1.8 or newer. An updated amphora
|
|
image is required to apply this fix.
|