Skip to content

Commit e88615c

Browse files
Merge pull request #214668 from infosatheesh2020/master
Bug fix: Should reference public LB instead of internal LB
2 parents b08669a + 22c0660 commit e88615c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/concepts-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following list covers important networking components in an Azure Red Hat Op
3535
* This endpoint balances internal service traffic. For this load balancer, the worker nodes are in the backend pool.
3636
* This load balancer isn't created by default. It's created once you create a service of type LoadBalancer with the correct annotations. For example: service.beta.kubernetes.io/azure-load-balancer-internal: "true".
3737

38-
* **aro-internal-lb**
38+
* **aro**
3939
* This endpoint is used for any public traffic. When you create an application and a route, this endpoint is the path for ingress traffic.
4040
* This load balancer also covers egress Internet connectivity from any pod running in the worker nodes through Azure Load Balancer outbound rules.
4141
* Currently outbound rules aren't configurable. They allocate 1,024 TCP ports to each node.

0 commit comments

Comments
 (0)