diff --git a/content/zh-cn/docs/concepts/cluster-administration/proxies.md b/content/zh-cn/docs/concepts/cluster-administration/proxies.md index 350295c4f9..287d534d8f 100644 --- a/content/zh-cn/docs/concepts/cluster-administration/proxies.md +++ b/content/zh-cn/docs/concepts/cluster-administration/proxies.md @@ -46,7 +46,7 @@ There are several different proxies you may encounter when using Kubernetes: - 添加认证头信息 -2. [apiserver proxy](/zh-cn/docs/tasks/access-application-cluster/access-cluster/#discovering-builtin-services): +2. [apiserver proxy](/zh-cn/docs/tasks/access-application-cluster/access-cluster-services/#discovering-builtin-services): - 是一个建立在 apiserver 内部的“堡垒” - 将集群外部的用户与集群 IP 相连接,这些IP是无法通过其他方式访问的 @@ -115,7 +115,7 @@ There are several different proxies you may encounter when using Kubernetes: Kubernetes 用户通常只需要关心前两种类型的代理,集群管理员通常需要确保后面几种类型的代理设置正确。