Skip to content

Commit 28c7a31

Browse files
authored
Fixed a typo on page "Create an External Load Balancer"
Replace `_NumNodes` with `NumNodes`
1 parent cb58974 commit 28c7a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ With each target weighted equally in terms of sending traffic to Nodes, external
164164
traffic is not equally load balanced across different Pods. The external load balancer
165165
is unaware of the number of Pods on each node that are used as a target.
166166

167-
Where `NumServicePods << _NumNodes` or `NumServicePods >> NumNodes`, a fairly close-to-equal
167+
Where `NumServicePods << NumNodes` or `NumServicePods >> NumNodes`, a fairly close-to-equal
168168
distribution will be seen, even without weights.
169169

170170
Internal pod to pod traffic should behave similar to ClusterIP services, with equal probability across all pods.

0 commit comments

Comments
 (0)