From ef11765f2733338aa1be4f9ab5cb36dc9e08751d Mon Sep 17 00:00:00 2001 From: Mattias Appelgren Date: Tue, 23 Jan 2018 14:24:56 +0100 Subject: [PATCH] Fix spelling service.md --- docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index 942696882f..9f1efeead3 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -624,7 +624,7 @@ By setting `spec.externalTrafficPolicy` to `Local`, client IP addresses will be propagated to the end pods, but this could result in uneven distribution of traffic. Nodes without any pods for a particular LoadBalancer service will fail the NLB Target Group's health check on the auto-assigned -`spec.healthCheckNodePort` and not recieve any traffic. +`spec.healthCheckNodePort` and not receive any traffic. In order to achieve even traffic, either use a DaemonSet, or specify a [pod anti-affinity](/docs/concepts/configuration/assign-pod-node/#inter-pod-affinity-and-anti-affinity-beta-feature)