Remove excess Spaces (#10706)

This commit is contained in:
LiuDui
2018-10-23 19:32:44 +08:00
committed by k8s-ci-robot
parent 712f463ba1
commit d565f7de6a
4 changed files with 4 additions and 4 deletions
@@ -196,7 +196,7 @@ having working [readiness probes](/docs/tasks/configure-pod-container/configure-
In this mode, kube-proxy watches Kubernetes Services and Endpoints,
calls `netlink` interface to create ipvs rules accordingly and syncs ipvs rules with Kubernetes
Services and Endpoints periodically, to make sure ipvs status is
Services and Endpoints periodically, to make sure ipvs status is
consistent with the expectation. When Service is accessed, traffic will
be redirected to one of the backend Pods.