Skip to content

Commit 6f94874

Browse files
authored
Merge pull request #35795 from hs0210/resync-concepts
[zh-cn] resync: proxies.md
2 parents 9f2c001 + b5f8e41 commit 6f94874

File tree

1 file changed

+3
-3
lines changed
  • content/zh-cn/docs/concepts/cluster-administration

1 file changed

+3
-3
lines changed

content/zh-cn/docs/concepts/cluster-administration/proxies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are several different proxies you may encounter when using Kubernetes:
4646
- 添加认证头信息
4747

4848
<!--
49-
1. The [apiserver proxy](/docs/tasks/access-application-cluster/access-cluster/#discovering-builtin-services):
49+
1. The [apiserver proxy](/docs/tasks/access-application-cluster/access-cluster-services/#discovering-builtin-services):
5050
5151
- is a bastion built into the apiserver
5252
- connects a user outside of the cluster to cluster IPs which otherwise might not be reachable
@@ -56,7 +56,7 @@ There are several different proxies you may encounter when using Kubernetes:
5656
- can be used to reach a Node, Pod, or Service
5757
- does load balancing when used to reach a Service
5858
-->
59-
2. [apiserver proxy](/zh-cn/docs/tasks/access-application-cluster/access-cluster/#discovering-builtin-services)
59+
2. [apiserver proxy](/zh-cn/docs/tasks/access-application-cluster/access-cluster-services/#discovering-builtin-services)
6060

6161
- 是一个建立在 apiserver 内部的“堡垒”
6262
- 将集群外部的用户与集群 IP 相连接,这些IP是无法通过其他方式访问的
@@ -115,7 +115,7 @@ There are several different proxies you may encounter when using Kubernetes:
115115

116116
<!--
117117
Kubernetes users will typically not need to worry about anything other than the first two types. The cluster admin
118-
will typically ensure that the latter types are setup correctly.
118+
will typically ensure that the latter types are set up correctly.
119119
-->
120120

121121
Kubernetes 用户通常只需要关心前两种类型的代理,集群管理员通常需要确保后面几种类型的代理设置正确。

0 commit comments

Comments
 (0)