File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ server will return a 422 HTTP status code to indicate that there's a problem.
447
447
448
448
You can set the `spec.externalTrafficPolicy` field to control how traffic from external sources is routed.
449
449
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
451
451
endpoints, the kube-proxy does not forward any traffic for the relevant Service.
452
452
453
453
{{< note >}}
You can’t perform that action at this time.
0 commit comments