Merge pull request #6825 from porridge/grammar

Fix multiple grammar errors.
This commit is contained in:
Qiming 2018-01-02 19:37:52 +08:00 committed by GitHub
commit 0a20f0e59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -193,10 +193,10 @@ having working [readiness probes](/docs/tasks/configure-pod-container/configure-
{% assign for_k8s_version="v1.9" %}{% include feature-state-beta.md %} {% assign for_k8s_version="v1.9" %}{% include feature-state-beta.md %}
In this mode, kube-proxy watches Kubernetes `services` and `endpoints`, In this mode, kube-proxy watches Kubernetes `services` and `endpoints`,
call `netlink` interface create ipvs rules accordingly and sync ipvs rules with Kubernetes 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 access the `service`, traffic will consistent with the expectation. When `service` is accessed, traffic will
be redirect to one of the backend `pod`. be redirected to one of the backend `pod`s.
Similar to iptables, Ipvs is based on netfilter hook function, but use hash Similar to iptables, Ipvs is based on netfilter hook function, but use hash
table as the underlying data structure and work in the kernel space. table as the underlying data structure and work in the kernel space.