Skip to content

Commit

Permalink
Merge pull request #2022 from yboaron/update_api_lb_doc
Browse files Browse the repository at this point in the history
Baremetal:  update networking documentation - API LB
  • Loading branch information
openshift-merge-robot authored Jul 18, 2019
2 parents b466d82 + c8bcb97 commit a7d201a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/design/baremetal/networking-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ Operator](https://github.com/openshift/machine-config-operator/pull/795). See

### API load balancing

Once the API VIP has moved to one of the control plane nodes, traffic sent to
this VIP first hits an `haproxy` load balancer running on that control plane
node. This instance of `haproxy` will load balance the API traffic across all
Once the API VIP has moved to one of the control plane nodes, traffic sent from
external clients to this VIP first hits an `haproxy` load balancer running on
that control plane node.
This instance of `haproxy` will load balance the API traffic across all
of the control plane nodes.

The configuration of `haproxy` will be done by MCO once the following PR is
Expand Down

0 comments on commit a7d201a

Please sign in to comment.