Skip to content

Commit bc266b5

Browse files
authored
Merge pull request #53307 from my-git9/npe-12599
[zh-cn]sync virtual-ips
2 parents 7639b71 + ca7f204 commit bc266b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/zh-cn/docs/reference/networking/virtual-ips.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ of `type` other than
3535
<!--
3636
Each instance of kube-proxy watches the Kubernetes
3737
{{< glossary_tooltip term_id="control-plane" text="control plane" >}}
38-
for the addition and removal of Service and EndpointSlice
38+
for the addition and removal of Service and {{< glossary_tooltip term_id="endpoint-slice" text="EndpointSlice" >}}
3939
{{< glossary_tooltip term_id="object" text="objects" >}}. For each Service, kube-proxy
4040
calls appropriate APIs (depending on the kube-proxy mode) to configure
4141
the node to capture traffic to the Service's `clusterIP` and `port`,
@@ -47,7 +47,8 @@ the Service and EndpointSlice state as indicated by the API server.
4747
{{< figure src="/images/docs/services-iptables-overview.svg" title="Virtual IP mechanism for Services, using iptables mode" class="diagram-medium" >}}
4848
-->
4949
kube-proxy 的每个实例都会监视 Kubernetes {{< glossary_tooltip text="控制平面" term_id="control-plane" >}}中
50-
Service 和 EndpointSlice {{< glossary_tooltip text="对象" term_id="object" >}}的添加和删除。对于每个
50+
Service 和 {{< glossary_tooltip term_id="endpoint-slice" text="EndpointSlice" >}}
51+
{{< glossary_tooltip text="对象" term_id="object" >}}的添加和删除。对于每个
5152
Service,kube-proxy 调用适当的 API(取决于 kube-proxy 模式)来配置节点,以捕获流向 Service 的 `clusterIP``port`
5253
的流量,并将这些流量重定向到 Service 的某个端点(通常是 Pod,但也可能是用户提供的任意 IP 地址)。
5354
一个控制回路确保每个节点上的规则与 API 服务器指示的 Service 和 EndpointSlice 状态可靠同步。

0 commit comments

Comments
 (0)