e819e4521a
Setting a member as "backup" means no traffic will be sent to it unless all non-backup members are marked as down. This should be essentially the same in every backend provider AFAIU. This was requested by at least one operator (me) and was agreed during the PTG to add value. Story: 2001777 Task: 12483 Change-Id: I953abe71a0988da78efc6b3961f7518c81c2a06d
8 lines
276 B
YAML
8 lines
276 B
YAML
---
|
|
features:
|
|
- |
|
|
Members have a new boolean option `backup`. When set to `true`, the member
|
|
will not receive traffic until all non-backup members are offline. Once
|
|
all non-backup members are offline, traffic will begin balancing between
|
|
the backup members.
|