From 02fbd11727539eef7c7d4caffe4e8608003ed22a Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Thu, 29 Jul 2021 23:40:15 +0100 Subject: [PATCH] Fix grammar --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 5eaf8bd978..f24a664e75 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -415,7 +415,7 @@ balancer and traffic is being dropped during the termination period of a pod. You can set the `spec.internalTrafficPolicy` field to control how traffic from internal sources is routed. Valid values are `Cluster` and `Local`. Set the field to `Cluster` to route internal traffic to all ready endpoints -and `Local` to only route to ready node-local endpoints. If the traffic policy is `Local` and there are are no node-local +and `Local` to only route to ready node-local endpoints. If the traffic policy is `Local` and there are no node-local endpoints, traffic is dropped by kube-proxy. ## Discovering services