diff --git a/content/zh-cn/docs/concepts/services-networking/endpoint-slices.md b/content/zh-cn/docs/concepts/services-networking/endpoint-slices.md index ec47a4954e..fa3610cafc 100644 --- a/content/zh-cn/docs/concepts/services-networking/endpoint-slices.md +++ b/content/zh-cn/docs/concepts/services-networking/endpoint-slices.md @@ -176,7 +176,7 @@ the pod is also terminating. {{< note >}} EndpointSlice API 的客户端必须遍历与 Service 关联的所有现有 EndpointSlices, -并构建唯一网络端点的完整列表。值得一提的是端点可能在不同的 EndointSlices 中重复。 +并构建唯一网络端点的完整列表。值得一提的是端点可能在不同的 EndpointSlices 中重复。 你可以在 `kube-proxy` 中的 `EndpointSliceCache` 代码中找到有关如何执行此端点聚合和重复数据删除的参考实现。 {{< /note >}} diff --git a/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md b/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md index eeae6dbbac..879886969a 100644 --- a/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md +++ b/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md @@ -218,11 +218,11 @@ Kubernetes 控制平面和每个节点上的 kube-proxy,在使用拓扑感知 5. **不在提示中的区域:** 如果 kube-proxy 不能根据一个指示在它所在的区域中发现一个端点, - 它回撤为使用所有节点的端点。当你的集群新增一个新的区域时,这种情况发生概率很高。 + 它将回退到使用来自所有区域的端点。当你的集群新增一个新的区域时,这种情况发生概率很高。 为了基于存储类完成动态的存储制备,集群管理员需要在 API 服务器上启用 `DefaultStorageClass` [准入控制器](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#defaultstorageclass)。 @@ -1897,7 +1897,7 @@ and `CrossNamespaceVolumeDataSource` the kube-apiserver, kube-controller-manager. Also, you must enable the `CrossNamespaceVolumeDataSource` feature gate for the csi-provisioner. -Enabling the `CrossNamespaceVolumeDataSource` feature gate allow you to specify +Enabling the `CrossNamespaceVolumeDataSource` feature gate allows you to specify a namespace in the dataSourceRef field. --> Kubernetes 支持跨名字空间卷数据源。 @@ -1927,7 +1927,7 @@ ReferenceGrant 是 `gateway.networking.k8s.io` 扩展 API 的一部分。更多