-
Notifications
You must be signed in to change notification settings - Fork 935
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: Improve network load-balancer instructions and add examples (#14654
) The existing doc says that if target ports are not provided, "the listen ports for the backend" will be used. This is incorrect (or at least, incomplete) as the backend specification does not define listen ports; the ports specification associated with that backend does. This PR clarifies and expands on how this works, including what happens if target ports are not provided _and_ no ports specification associated with that backend exists. Also: * Adds command syntax examples * Removes redundancy in explaining how allocate flag is used * Minor grammar/formatting improvements * Shows example YAML configuration file
- Loading branch information
Showing
1 changed file
with
57 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters