Skip to content

Commit 1adfc10

Browse files
authored
Merge pull request #24759 from yaowenqiang/yaowenqiang-patch-3
fix wrong anchor link
2 parents a6e3be3 + 811eded commit 1adfc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ You have several options for connecting to nodes, pods and services from outside
371371
如果服务不能够安全地暴露到互联网,或者服务不能获得节点 IP 端口的访问权限,或者是为了 debug,那么请使用此选项。
372372
- 代理可能会给一些 web 应用带来问题。
373373
- 只适用于 HTTP/HTTPS。
374-
- 更多详细信息在 [这里]
374+
- 更多详细信息在 [这里](#manually-constructing-apiserver-proxy-urls)
375375
- 从集群中的 node 或者 pod 中访问。
376376
- 运行一个 pod,然后使用 [kubectl exec](/docs/reference/generated/kubectl/kubectl-commands/#exec) 来连接 pod 里的 shell。
377377
然后从 shell 中连接其它的节点、pod 和服务。
@@ -432,7 +432,7 @@ The supported formats for the name segment of the URL are:
432432
* `https:<service_name>:` - proxies to the default or unnamed port using https (note the trailing colon)
433433
* `https:<service_name>:<port_name>` - proxies to the specified port using https
434434
-->
435-
#### 手动构建 apiserver 代理 URL
435+
#### 手动构建 apiserver 代理 URL {#manually-constructing-apiserver-proxy-urls}
436436

437437
如上所述,您可以使用 `kubectl cluster-info` 命令来获得服务的代理 URL。要创建包含服务端点、后缀和参数的代理 URL,只需添加到服务的代理 URL:
438438
`http://`*`kubernetes_master_address`*`/api/v1/namespaces/`*`namespace_name`*`/services/`*`service_name[:port_name]`*`/proxy`

0 commit comments

Comments
 (0)