Merge pull request #27430 from helight/cleanup_27284

[zh]fix words in content/zh/docs/concepts/services-networking/endpoint-slices.md
This commit is contained in:
Kubernetes Prow Robot 2021-04-08 12:14:03 -07:00 committed by GitHub
commit 323331be2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ resources to corresponding EndpointSlices.
### EndpointSlice 镜像 {#endpointslice-mirroring}
在某些场合,应用会创建定制的 Endpoints 资源。为了保证这些应用不需要并发
更改 Endpoints 和 EndpointSlice 资源,集群的控制面将大多数 Endpoints
更改 Endpoints 和 EndpointSlice 资源,集群的控制面将大多数 Endpoints
映射到对应的 EndpointSlice 之上。
<!--