Skip to content

Commit 842479f

Browse files
authored
Merge pull request #33650 from piyush1146115/patch-1
Fix a typo.
2 parents 40aa219 + d6180e0 commit 842479f

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ server will return a 422 HTTP status code to indicate that there's a problem.
447447

448448
You can set the `spec.externalTrafficPolicy` field to control how traffic from external sources is routed.
449449
Valid values are `Cluster` and `Local`. Set the field to `Cluster` to route external traffic to all ready endpoints
450-
and `Local` to only route to ready node-local endpoints. If the traffic policy is `Local` and there are are no node-local
450+
and `Local` to only route to ready node-local endpoints. If the traffic policy is `Local` and there are no node-local
451451
endpoints, the kube-proxy does not forward any traffic for the relevant Service.
452452

453453
{{< note >}}

0 commit comments

Comments
 (0)