Merge pull request #33921 from kinzhi/kinzhi123

[zh]Update content/zh/docs/tasks/access-application-cluster/access-cluster.md
pull/33933/head
Kubernetes Prow Robot 2022-05-24 16:36:43 -07:00 committed by GitHub
commit 1fb4ad3d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ There are several different proxies you may encounter when using Kubernetes:
- 添加身份验证头部
<!--
1. The [apiserver proxy](#discovering-builtin-services):
1. The [apiserver proxy](/docs/tasks/access-application-cluster/access-cluster-services/#discovering-builtin-services):
- is a bastion built into the apiserver
- connects a user outside of the cluster to cluster IPs which otherwise might not be reachable
@ -414,7 +414,7 @@ There are several different proxies you may encounter when using Kubernetes:
- can be used to reach a Node, Pod, or Service
- does load balancing when used to reach a Service
-->
2. [apiserver 代理](#discovering-builtin-services)
2. [apiserver 代理](/zh/docs/tasks/access-application-cluster/access-cluster-services/#discovering-builtin-services)
- 内置于 apiserver 中
- 将集群外部的用户连接到集群 IP否则这些 IP 可能无法访问