Skip to content

Commit b9990dc

Browse files
authored
Merge pull request #25623 from guzj11/patch-38
Update access-cluster.md
2 parents 11d6b04 + 04986e7 commit b9990dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/zh/docs/tasks/access-application-cluster/access-cluster.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,16 +469,16 @@ This shows the proxy-verb URL for accessing each service.
469469
For example, this cluster has cluster-level logging enabled (using Elasticsearch), which can be reached
470470
at `https://104.197.5.247/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/` if suitable credentials are passed. Logging can also be reached through a kubectl proxy, for example at:
471471
`http://localhost:8080/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/`.
472-
(See [above](#accessing-the-cluster-api) for how to pass credentials or use kubectl proxy.)
472+
(See [Access Clusters Using the Kubernetes API](/docs/tasks/administer-cluster/access-cluster-api/) for how to pass credentials or use kubectl proxy.)
473473
-->
474474
这展示了访问每个服务的 proxy-verb URL。
475475
例如,如果集群启动了集群级别的日志(使用 Elasticsearch),并且传递合适的凭证,
476476
那么可以通过
477477
`https://104.197.5.247/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/`
478478
进行访问。日志也能通过 kubectl 代理获取,例如:
479479
`http://localhost:8080/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/`
480-
(参阅 [上面的内容](#accessing-the-cluster-api) 来获取如何使用 kubectl 代理来传递凭证)
481-
480+
(参阅[使用 Kubernetes API 访问集群](/zh/docs/tasks/administer-cluster/access-cluster-api/)
481+
了解如何传递凭据,或者使用 kubectl proxy)
482482
<!--
483483
#### Manually constructing apiserver proxy URLs
484484
@@ -671,4 +671,3 @@ will typically ensure that the latter types are setup correctly.
671671

672672
除了前两种类型之外,Kubernetes 用户通常不需要担心任何其他问题。
673673
集群管理员通常会确保后者的正确配置。
674-

0 commit comments

Comments
 (0)