From 71c5a8ee22a040b9a6bd11d91f41b60be6eb1adf Mon Sep 17 00:00:00 2001 From: ydFu Date: Sun, 21 Mar 2021 19:11:59 +0800 Subject: [PATCH] [zh] Sync concepts pages for architecture\control-plane-node-communication.md * Sync with english version in 'Update control-plane-node-communication.md (#27123)' Signed-off-by: ydFu --- .../concepts/architecture/control-plane-node-communication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/concepts/architecture/control-plane-node-communication.md b/content/zh/docs/concepts/architecture/control-plane-node-communication.md index dc31269f47..0501507898 100644 --- a/content/zh/docs/concepts/architecture/control-plane-node-communication.md +++ b/content/zh/docs/concepts/architecture/control-plane-node-communication.md @@ -47,13 +47,13 @@ Nodes should be provisioned with the public root certificate for the cluster suc 想要连接到 apiserver 的 Pod 可以使用服务账号安全地进行连接。 当 Pod 被实例化时,Kubernetes 自动把公共根证书和一个有效的持有者令牌注入到 Pod 里。 -`kubernetes` 服务(位于所有名字空间中)配置了一个虚拟 IP 地址,用于(通过 kube-proxy)转发 +`kubernetes` 服务(位于 `default` 名字空间中)配置了一个虚拟 IP 地址,用于(通过 kube-proxy)转发 请求到 apiserver 的 HTTPS 末端。 控制面组件也通过安全端口与集群的 apiserver 通信。