Skip to content

Commit 3458b42

Browse files
committed
docs: Rsync access-cluster-service
1 parent 0ea4666 commit 3458b42

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/zh/docs/tasks/administer-cluster/access-cluster-services.md renamed to content/zh/docs/tasks/access-application-cluster/access-cluster-services.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ URL 的 `<service_name>` 段支持的格式为:
187187
-->
188188
##### 示例
189189

190-
* 如要访问 Elasticsearch 服务末端 `_search?q=user:kimchy`,你可以使用:
190+
* 如要访问 Elasticsearch 服务末端 `_search?q=user:kimchy`,你可以使用:
191191

192192
```
193193
http://104.197.5.247/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/_search?q=user:kimchy
@@ -199,7 +199,7 @@ URL 的 `<service_name>` 段支持的格式为:
199199
* 如要访问 Elasticsearch 集群健康信息`_cluster/health?pretty=true`,你会使用:
200200

201201
```
202-
https://104.197.5.247/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/_cluster/health?pretty=true`
202+
https://104.197.5.247/api/v1/namespaces/kube-system/services/elasticsearch-logging/proxy/_cluster/health?pretty=true`
203203
```
204204

205205
<!--
@@ -246,8 +246,7 @@ You may be able to put an apiserver proxy URL into the address bar of a browser.
246246
- Some web apps may not work, particularly those with client side javascript that construct URLs in a
247247
way that is unaware of the proxy path prefix.
248248
-->
249-
- Web 服务器通常不能传递令牌,所以你可能需要使用基本(密码)认证。
249+
- Web 服务器通常不能传递令牌,所以你可能需要使用基本(密码)认证。
250250
API 服务器可以配置为接受基本认证,但你的集群可能并没有这样配置。
251251
- 某些 Web 应用可能无法工作,特别是那些使用客户端 Javascript 构造 URL 的
252252
应用,所构造的 URL 可能并不支持代理路径前缀。
253-

0 commit comments

Comments
 (0)